Share via


ItemRangeOverride.ClosedLowerBound Property

Gets the lower bound of the range of item IDs to override.

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

Syntax

'Declaration
Public ReadOnly Property ClosedLowerBound As SyncId
    Get
'Usage
Dim instance As ItemRangeOverride
Dim value As SyncId

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

Property Value

Type: Microsoft.Synchronization.SyncId
The lower bound of the range of item IDs to override.

See Also

Reference

ItemRangeOverride Class

Microsoft.Synchronization Namespace