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
'Usage
Dim instance As KnowledgeFragmentBuilder
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 used to build the knowledge.
See Also
Reference
KnowledgeFragmentBuilder Class
KnowledgeFragmentBuilder Members
Microsoft.Synchronization Namespace