Share via


ServiceDescription.Correlations Property

 

Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2

A list that describes the correlation of the service with other services.

Namespace:   System.Fabric.Description
Assembly:  System.Fabric (in System.Fabric.dll)

Syntax

public IList<ServiceCorrelationDescription> Correlations { get; }

Property Value

Type: System.Collections.Generic.IList<ServiceCorrelationDescription>

Returns IList<T>.

See Also

ServiceDescription Class
System.Fabric.Description Namespace

Return to top