Range::ItemId Property

Gets the closed lower bound of item IDs in this range.

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

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

Property Value

Type: Microsoft.Synchronization::SyncId
The closed lower bound of item IDs in this range.

This value is also the open upper bound of item IDs in the previous range when this range is not the first range in the range set.

Show: