Share via


FullEnumerationChangeBatch.DestinationVersionEnumerationRangeUpperBound Property

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

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

Syntax

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

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

Property Value

The closed upper bound on item IDs that require destination versions.

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
FullEnumerationChangeBatch Members
Microsoft.Synchronization Namespace