Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the ID of the replica that owns this knowledge.
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
Property Value
The ID of the replica that owns this knowledge.
See Also
Reference
SyncKnowledge Class
SyncKnowledge Members
Microsoft.Synchronization Namespace