ReplicationCursor.PartitionName Property

Definition

Gets the name of the partition to which this replication operation was applied.

public:
 property System::String ^ PartitionName { System::String ^ get(); };
public string PartitionName { get; }
member this.PartitionName : string
Public ReadOnly Property PartitionName As String

Property Value

The name of the partition represented by this replication cursor.

Applies to

See also