ClockVectorElement.ReplicaKey Property
Gets or sets the replica key for the replica that is associated with this clock vector element.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public Property ReplicaKey As UInteger
Get
Set
'Usage
Dim instance As ClockVectorElement
Dim value As UInteger
value = instance.ReplicaKey
instance.ReplicaKey = value
public uint ReplicaKey { get; set; }
public:
virtual property unsigned int ReplicaKey {
unsigned int get () sealed;
void set (unsigned int value) sealed;
}
abstract ReplicaKey : uint32 with get, set
override ReplicaKey : uint32 with get, set
final function get ReplicaKey () : uint
final function set ReplicaKey (value : uint)
Property Value
Type: System.UInt32
The replica key for the replica that is associated with this clock vector element.
Implements
IClockVectorElement.ReplicaKey