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 exclude.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property ClosedUpperBound As SyncId
'Usage
Dim instance As ItemRangeOverride
Dim value As SyncId
value = instance.ClosedUpperBound
public SyncId ClosedUpperBound { get; }
public:
property SyncId^ ClosedUpperBound {
SyncId^ get ();
}
/** @property */
public SyncId get_ClosedUpperBound ()
public function get ClosedUpperBound () : SyncId
Property Value
The upper bound of the range of item IDs to exclude.
See Also
Reference
ItemRangeOverride Class
ItemRangeOverride Members
Microsoft.Synchronization Namespace