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 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)
Get
'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 ();
}
member ReplicaKeyMap : IDictionary<uint32, SyncId>
function get ReplicaKeyMap () : IDictionary<uint, SyncId>
Property Value
Type: System.Collections.Generic.IDictionary<UInt32, SyncId>
The replica key map that is contained in the knowledge.