FileInformation.IsAvailable 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 le fichier actif a été téléchargé ou peut être téléchargé.
public:
property bool IsAvailable { bool get(); };
bool IsAvailable();
public bool IsAvailable { get; }
var boolean = fileInformation.isAvailable;
Public ReadOnly Property IsAvailable As Boolean
Valeur de propriété
Boolean
bool
True si le fichier a été téléchargé ou peut être téléchargé. Dans le cas contraire, la valeur est false.