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 upper bound of the range of item IDs to override.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property ClosedUpperBound As SyncId
Get
'Usage
Dim instance As ItemRangeOverride
Dim value As SyncId
value = instance.ClosedUpperBound
public SyncId ClosedUpperBound { get; }
public:
property SyncId^ ClosedUpperBound {
SyncId^ get ();
}
member ClosedUpperBound : SyncId
function get ClosedUpperBound () : SyncId
Property Value
Type: Microsoft.Synchronization.SyncId
The upper bound of the range of item IDs to override.