FeedClockVectorElement::ReplicaKey Property

Gets or sets the replica key for the replica that is tracked by this clock vector element.

Namespace:  Microsoft.Synchronization.FeedSync
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
virtual property unsigned int ReplicaKey {
	unsigned int get () sealed;
	void set (unsigned int value) sealed;
}

Property Value

Type: System::UInt32
The replica key for the replica that is tracked by this clock vector element.

Implements

IClockVectorElement::ReplicaKey
Show: