Share via


ResolvedServicePartition.Info Property

Definition

Gets information about the partition of the service that was resolved.

public System.Fabric.ServicePartitionInformation Info { get; }
member this.Info : System.Fabric.ServicePartitionInformation
Public ReadOnly Property Info As ServicePartitionInformation

Property Value

The information about the partition of the service that was resolved.

Remarks

The service partition can be of different ServicePartitionKind. You can cast the service partition information to the correct derived type to get detailed information about the partition.

Applies to