Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the replica key for the replica that is tracked by this clock vector element.
Namespace: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Property ReplicaKey As UInteger
'Usage
Dim instance As FeedClockVectorElement
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;
}
/** @property */
public final UInt32 get_ReplicaKey ()
/** @property */
public final void set_ReplicaKey (UInt32 value)
public final function get ReplicaKey () : uint
public final function set ReplicaKey (value : uint)
Property Value
The replica key for the replica that is tracked by this clock vector element.
See Also
Reference
FeedClockVectorElement Class
FeedClockVectorElement Members
Microsoft.Synchronization.FeedSync Namespace