FullEnumerationChangeBatch.DestinationVersionEnumerationRangeUpperBound-Eigenschaft
Ruft die geschlossene Obergrenze für Element-IDs ab, die Zielversionen erfordern.
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
Eigenschaftenwert
Die geschlossene Obergrenze 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