KnowledgeBuilder.ReplicaKeyMap Property
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 IDictionary(Of UInteger, SyncId)
'Usage
Dim instance As KnowledgeBuilder
Dim value As IDictionary(Of UInteger, SyncId)
value = instance.ReplicaKeyMap
public IDictionary<uint,SyncId> ReplicaKeyMap { get; }
public:
property IDictionary<unsigned int, SyncId^>^ ReplicaKeyMap {
IDictionary<unsigned int, SyncId^>^ get ();
}
/** @property */
public IDictionary<UInt32,SyncId> get_ReplicaKeyMap ()
public function get ReplicaKeyMap () : IDictionary<uint,SyncId>
Property Value
The replica key map that is used to build the knowledge.
See Also
Reference
KnowledgeBuilder Class
KnowledgeBuilder Members
Microsoft.Synchronization Namespace