FullEnumerationChangeBatch.DestinationVersionEnumerationRangeLowerBound Property

Gets the closed lower bound on item IDs that require destination versions.

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

Syntax

'Declaration
Public ReadOnly Property DestinationVersionEnumerationRangeLowerBound As SyncId
    Get
'Usage
Dim instance As FullEnumerationChangeBatch
Dim value As SyncId

value = instance.DestinationVersionEnumerationRangeLowerBound
public SyncId DestinationVersionEnumerationRangeLowerBound { get; }
public:
property SyncId^ DestinationVersionEnumerationRangeLowerBound {
    SyncId^ get ();
}
member DestinationVersionEnumerationRangeLowerBound : SyncId
function get DestinationVersionEnumerationRangeLowerBound () : SyncId

Property Value

Type: Microsoft.Synchronization.SyncId
The closed lower bound on item IDs that require destination versions.

Exceptions

Exception Condition
ObjectDisposedException

This FullEnumerationChangeBatch object has been disposed.

Remarks

When the destination provider processes this change batch, it must provide version information for all its items that have item IDs that fall between DestinationVersionEnumerationRangeLowerBound and DestinationVersionEnumerationRangeUpperBound, inclusive.

See Also

Reference

FullEnumerationChangeBatch Class

Microsoft.Synchronization Namespace