Range.ItemId Property

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

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

Syntax

'Declaration
Public ReadOnly Property ItemId As SyncId
'Usage
Dim instance As Range
Dim value As SyncId

value = instance.ItemId
public SyncId ItemId { get; }
public:
property SyncId^ ItemId {
    SyncId^ get ();
}
/** @property */
public SyncId get_ItemId ()
public function get ItemId () : SyncId

Property Value

The closed lower bound of item IDs in this range.

Remarks

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.

See Also

Reference

Range Class
Range Members
Microsoft.Synchronization Namespace