KnowledgeInspector::ReplicaKeyMap Property

Gets the replica key map that is contained in the knowledge.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
property IDictionary<unsigned int, SyncId^>^ ReplicaKeyMap {
	IDictionary<unsigned int, SyncId^>^ get ();
}

Property Value

Type: System.Collections.Generic::IDictionary<UInt32, SyncId>
The replica key map that is contained in the knowledge.
Show: