HidNumericControlDescription.HasNull 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 une valeur booléenne qui indique si le contrôle prend en charge une valeur null ou hors limites.
public:
property bool HasNull { bool get(); };
bool HasNull();
public bool HasNull { get; }
var boolean = hidNumericControlDescription.hasNull;
Public ReadOnly Property HasNull As Boolean
Valeur de propriété
Boolean
bool
True, si le contrôle prend en charge une valeur Null ; sinon, false.
True indique que les données ne sont pas valides et doivent être ignorées.