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)

Syntax

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

value = instance.ReplicaId
public SyncId ReplicaId { get; }
public:
property SyncId^ ReplicaId {
    SyncId^ get ();
}
member ReplicaId : SyncId
function get ReplicaId () : SyncId

Property Value

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

Remarks

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

See Also

Reference

ReplicaMetadata Class

Microsoft.Synchronization.MetadataStorage Namespace