KnowledgeInspector.ReplicaKeyMap Property
Gets the replica key map that is contained in 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 KnowledgeInspector
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 contained in the knowledge.
See Also
Reference
KnowledgeInspector Class
KnowledgeInspector Members
Microsoft.Synchronization Namespace