FileInformation.IsAvailable Propriété

Définition

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.

Implémente

S’applique à

Voir aussi