Share via


SyncIdFormatGroup.ChangeUnitIdFormat Property

Gets the ID format for change unit IDs.

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

Syntax

'Declaration
Public ReadOnly Property ChangeUnitIdFormat As SyncIdFormat
    Get
'Usage
Dim instance As SyncIdFormatGroup
Dim value As SyncIdFormat

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

Property Value

Type: Microsoft.Synchronization.SyncIdFormat
The ID format for change unit IDs.

Remarks

This format defaults to fixed-length IDs that have a length of 1 byte.

See Also

Reference

SyncIdFormatGroup Class

Microsoft.Synchronization Namespace