ServiceDescription.Kind Property
Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2
Describes the service type (i.e., Stateful, Stateless and etc)
Namespace: System.Fabric.Description
Assembly: System.Fabric (in System.Fabric.dll)
Syntax
public ServiceDescriptionKind Kind { get; private set; }
Property Value
Type: System.Fabric.Description.ServiceDescriptionKind
Returns ServiceDescriptionKind.
See Also
ServiceDescription Class
System.Fabric.Description Namespace
Return to top