WindowsUpdate.IsForOS 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é comme étant pour le système d’exploitation.
public:
property bool IsForOS { bool get(); };
bool IsForOS();
public bool IsForOS { get; }
var boolean = windowsUpdate.isForOS;
Public ReadOnly Property IsForOS As Boolean
Valeur de propriété
Boolean
bool
true
si l’objet WindowsUpdate est classé comme étant pour le système d’exploitation ; sinon, false
.