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 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
'Usage
Dim instance As SyncKnowledge
Dim value As ReplicaKeyMap
value = instance.ReplicaKeyMap
public ReplicaKeyMap ReplicaKeyMap { get; }
public:
property ReplicaKeyMap^ ReplicaKeyMap {
ReplicaKeyMap^ get ();
}
/** @property */
public ReplicaKeyMap get_ReplicaKeyMap ()
public function get ReplicaKeyMap () : ReplicaKeyMap
Property Value
The replica key map that is associated with this knowledge.
See Also
Reference
SyncKnowledge Class
SyncKnowledge Members
Microsoft.Synchronization Namespace