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 used to build the knowledge.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property ReplicaKeyMap As ReplicaKeyMap
Get
'Usage
Dim instance As KnowledgeFragmentBuilder
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 used to build the knowledge.