Partager via


Propriété ItemRangeOverride.ClosedLowerBound

Obtient la limite inférieure de la plage d'ID d'élément à substituer.

Espace de noms: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (dans microsoft.synchronization.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ClosedLowerBound As SyncId
'Utilisation
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

Valeur de propriété

Limite inférieure de la plage d'ID d'élément à substituer.

Voir aussi

Référence

Classe ItemRangeOverride
Membres ItemRangeOverride
Espace de noms Microsoft.Synchronization