Udostępnij za pośrednictwem


ItemRangeOverride.ClosedLowerBound Property

Gets the lower bound of the range of item IDs to exclude.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)

Syntax

'Declaration
Public ReadOnly Property ClosedLowerBound As SyncId
'Usage
Dim instance As ItemRangeOverride
Dim value As SyncId

value = instance.ClosedLowerBound
public SyncId ClosedLowerBound { get; }
public:
property SyncId^ ClosedLowerBound {
    SyncId^ get ();
}
/** @property */
public SyncId get_ClosedLowerBound ()
public function get ClosedLowerBound () : SyncId

Property Value

The lower bound of the range of item IDs to exclude.

See Also

Reference

ItemRangeOverride Class
ItemRangeOverride Members
Microsoft.Synchronization Namespace