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 format for replica IDs.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property ReplicaIdFormat As SyncIdFormat
'Usage
Dim instance As SyncIdFormatGroup
Dim value As SyncIdFormat
value = instance.ReplicaIdFormat
public SyncIdFormat ReplicaIdFormat { get; }
public:
property SyncIdFormat^ ReplicaIdFormat {
SyncIdFormat^ get ();
}
/** @property */
public SyncIdFormat get_ReplicaIdFormat ()
public function get ReplicaIdFormat () : SyncIdFormat
Property Value
The ID format for replica IDs.
Remarks
This format defaults to fixed-length IDs that have a length of 16 bytes.
See Also
Reference
SyncIdFormatGroup Class
SyncIdFormatGroup Members
Microsoft.Synchronization Namespace