ServiceUpdateDescription.Kind Property

Definition

Gets a value indicating the derived type of this instance (e.g. StatelessServiceUpdateDescription or StatefulServiceUpdateDescription).

public System.Fabric.Description.ServiceDescriptionKind Kind { get; }
member this.Kind : System.Fabric.Description.ServiceDescriptionKind
Public ReadOnly Property Kind As ServiceDescriptionKind

Property Value

The derived type of this instance.

Remarks

See Kind

Applies to