ServiceUpdateDescription.Correlations Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a list of service correlations.
public System.Collections.Generic.IList<System.Fabric.Description.ServiceCorrelationDescription> Correlations { get; set; }
member this.Correlations : System.Collections.Generic.IList<System.Fabric.Description.ServiceCorrelationDescription> with get, set
Public Property Correlations As IList(Of ServiceCorrelationDescription)
Property Value
The list of service correlations.
Remarks
See Correlations