Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Usage
Dim instance As ReplicaMetadata
Dim value As SyncId
value = instance.ReplicaId
public SyncId ReplicaId { get; }
public:
property SyncId^ ReplicaId {
SyncId^ get ();
}
/** @property */
public SyncId get_ReplicaId ()
public function get ReplicaId () : SyncId
Property Value
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
ReplicaMetadata Members
Microsoft.Synchronization.MetadataStorage Namespace