ItemRangeOverride.ClosedUpperBound Property
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