IppIntegerRange.End Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la limite supérieure (inclusive) de l’attribut rangeOfInteger
(tel que défini par le protocole IPP (Internet Printing Protocol) qui est représenté par l’objet IppIntegerRange actuel.
public:
property int End { int get(); };
int End();
public int End { get; }
var int32 = ippIntegerRange.end;
Public ReadOnly Property End As Integer
Valeur de propriété
Int32
int
Limite supérieure (inclusive) de l’attribut rangeOfInteger
.