SyncIdFormatGroup::ItemIdFormat Property

Gets the ID format for item IDs.

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

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

Property Value

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

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

Show: