Freigeben über


FullEnumerationChangeBatch.DestinationVersionEnumerationRangeLowerBound-Eigenschaft

Ruft die geschlossene Untergrenze für Element-IDs ab, die Zielversionen erfordern.

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

Syntax

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

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

Eigenschaftenwert

Die geschlossene Untergrenze für Element-IDs, die Zielversionen erfordern.

Hinweise

Wenn der Zielanbieter diesen Änderungsbatch verarbeitet, muss er Versionsinformationen für alle Elemente bereitstellen, deren Element-IDs zwischen DestinationVersionEnumerationRangeLowerBound und einschließlich DestinationVersionEnumerationRangeUpperBound liegen.

Siehe auch

Verweis

FullEnumerationChangeBatch-Klasse
FullEnumerationChangeBatch-Member
Microsoft.Synchronization-Namespace