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
'Usage
Dim instance As SyncVersion
Dim value As UInteger
value = instance.ReplicaKey
public uint ReplicaKey { get; }
public:
property unsigned int ReplicaKey {
unsigned int get ();
}
/** @property */
public UInt32 get_ReplicaKey ()
public function get ReplicaKey () : uint
Property Value
The replica key that is associated with the version.
See Also
Reference
SyncVersion Class
SyncVersion Members
Microsoft.Synchronization Namespace