Share via


IClockVectorElement.ReplicaKey Property

When overridden in a derived class, gets or sets the replica key for the replica that is tracked by this clock vector element.

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

Syntax

'Declaration
Property ReplicaKey As UInteger
    Get
    Set
'Usage
Dim instance As IClockVectorElement
Dim value As UInteger

value = instance.ReplicaKey

instance.ReplicaKey = value
uint ReplicaKey { get; set; }
property unsigned int ReplicaKey {
    unsigned int get ();
    void set (unsigned int value);
}
abstract ReplicaKey : uint32 with get, set
function get ReplicaKey () : uint
function set ReplicaKey (value : uint)

Property Value

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

See Also

Reference

IClockVectorElement Interface

Microsoft.Synchronization Namespace