ReplicaMetadata.ReplicaId Property

Gets the ID of the replica that is associated with this metadata.

Namespace:  Microsoft.Synchronization.MetadataStorage
Assembly:  Microsoft.Synchronization.MetadataStorage (in Microsoft.Synchronization.MetadataStorage.dll)

'Declaration
Public ReadOnly Property ReplicaId As SyncId
	Get
'Usage
Dim instance As ReplicaMetadata
Dim value As SyncId

value = instance.ReplicaId

Property Value

Type: Microsoft.Synchronization.SyncId
The ID of the replica that is associated with this metadata.

A replica ID uniquely identifies a replica to a synchronization community.

Show: