Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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