Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.