SyncIdFormat::Zero Property

Gets a 0 value for an ID.

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

public:
property SyncId^ Zero {
	SyncId^ get ();
}

Property Value

Type: Microsoft.Synchronization::SyncId
A 0 value for an ID.

This value can be used as the lower bound on a range of item IDs to indicate that all values below the specified upper bound are included in the range.

Show: