Share via


ItemRangeOverride.ClosedUpperBound Property

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.

See Also

Reference

ItemRangeOverride Class

Microsoft.Synchronization Namespace