Share via


DeployedServiceReplicaDetail.ServiceKind Property

Definition

Gets the type of the service

public System.Fabric.Query.ServiceKind ServiceKind { get; }
member this.ServiceKind : System.Fabric.Query.ServiceKind
Public ReadOnly Property ServiceKind As ServiceKind

Property Value

The service kind representing the type of the service this replica belongs to

Remarks

Based on the value of this property this object can be downcasted to DeployedStatefulServiceReplicaDetail or DeployedStatelessServiceInstanceDetail

Applies to