ServiceUpdateDescription.Correlations Property

Definition

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

Applies to