WindowsUpdate.IsDriver 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.
Indique si l’objet WindowsUpdate est classé en tant que mise à jour de pilote.
public:
property bool IsDriver { bool get(); };
bool IsDriver();
public bool IsDriver { get; }
var boolean = windowsUpdate.isDriver;
Public ReadOnly Property IsDriver As Boolean
Valeur de propriété
Boolean
bool
true
si l’objet WindowsUpdate est classé comme une mise à jour de pilote ; sinon, false
.