Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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