SyncIdFormat::Infinity Property

Gets an infinite value for an ID.

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

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

Property Value

Type: Microsoft.Synchronization::SyncId
An infinite value for an ID.

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

Show: