Share via


SyncVersion.ReplicaKey Property

Gets the replica key that is associated with the version.

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

Syntax

'Declaration
Public ReadOnly Property ReplicaKey As UInteger
    Get
'Usage
Dim instance As SyncVersion
Dim value As UInteger

value = instance.ReplicaKey
public uint ReplicaKey { get; }
public:
property unsigned int ReplicaKey {
    unsigned int get ();
}
member ReplicaKey : uint32
function get ReplicaKey () : uint

Property Value

Type: System.UInt32
The replica key that is associated with the version.

See Also

Reference

SyncVersion Class

Microsoft.Synchronization Namespace