Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
Get
Set
'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;
}
abstract ReplicaKey : uint32 with get, set
override ReplicaKey : uint32 with get, set
final function get ReplicaKey () : uint
final function set ReplicaKey (value : uint)
Property Value
Type: System.UInt32
The replica key for the replica that is tracked by this clock vector element.
Implements
IClockVectorElement.ReplicaKey