KnowledgeBuilder.ReplicaKeyMap Property
Gets the replica key map that is used to build the knowledge.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
'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
Property Value
Type: System.Collections.Generic.IDictionary(Of UInt32, SyncId)The replica key map that is used to build the knowledge.
Show: