Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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