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 the replica key map that is associated with this knowledge.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property ReplicaKeyMap As ReplicaKeyMap
Get
'Usage
Dim instance As SyncKnowledge
Dim value As ReplicaKeyMap
value = instance.ReplicaKeyMap
public ReplicaKeyMap ReplicaKeyMap { get; }
public:
property ReplicaKeyMap^ ReplicaKeyMap {
ReplicaKeyMap^ get ();
}
member ReplicaKeyMap : ReplicaKeyMap
function get ReplicaKeyMap () : ReplicaKeyMap
Property Value
Type: Microsoft.Synchronization.ReplicaKeyMap
The replica key map that is associated with this knowledge.