Freigeben über


SyncKnowledge.ReplicaId-Eigenschaft

Ruft die ID des Replikats ab, das dieses Wissen besitzt.

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

Syntax

'Declaration
Public ReadOnly Property ReplicaId As SyncId
'Usage
Dim instance As SyncKnowledge
Dim value As SyncId

value = instance.ReplicaId
public SyncId ReplicaId { get; }
public:
property SyncId^ ReplicaId {
    SyncId^ get ();
}
/** @property */
public SyncId get_ReplicaId ()
public function get ReplicaId () : SyncId

Eigenschaftenwert

Die ID des Replikats, das dieses Wissen besitzt.

Siehe auch

Verweis

SyncKnowledge-Klasse
SyncKnowledge-Member
Microsoft.Synchronization-Namespace