Delen 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
'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);
}
/** @property */
UInt32 get_ReplicaKey ()

/** @property */
void set_ReplicaKey (UInt32 value)
function get ReplicaKey () : uint

function set ReplicaKey (value : uint)

Property Value

The replica key for the replica that is tracked by this clock vector element.

See Also

Reference

IClockVectorElement Interface
IClockVectorElement Members
Microsoft.Synchronization Namespace