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)
    Get
'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 ();
}
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 used to build the knowledge.

See Also

Reference

KnowledgeBuilder Class

Microsoft.Synchronization Namespace