WindowsUpdate.IsSeeker 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 demandeur.
public:
property bool IsSeeker { bool get(); };
bool IsSeeker();
public bool IsSeeker { get; }
var boolean = windowsUpdate.isSeeker;
Public ReadOnly Property IsSeeker As Boolean
Valeur de propriété
Boolean
bool
true
si l’objet WindowsUpdate est classé comme demandeur ; sinon, false
.