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
    Get
'Usage
Dim instance As Range
Dim value As SyncId

value = instance.ItemId
public SyncId ItemId { get; }
public:
property SyncId^ ItemId {
    SyncId^ get ();
}
member ItemId : SyncId
function get ItemId () : SyncId

Property Value

Type: Microsoft.Synchronization.SyncId
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

Microsoft.Synchronization Namespace