SyncIdFormatGroup::ReplicaIdFormat Property

Gets the ID format for replica IDs.

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

public:
property SyncIdFormat^ ReplicaIdFormat {
	SyncIdFormat^ get ();
}

Property Value

Type: Microsoft.Synchronization::SyncIdFormat
The ID format for replica IDs.

This format defaults to fixed-length IDs that have a length of 16 bytes.

Show: