ResponseInformation.IsResumable 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.
Obtient une valeur qui spécifie si le téléchargement peut être repris.
public:
property bool IsResumable { bool get(); };
bool IsResumable();
public bool IsResumable { get; }
var boolean = responseInformation.isResumable;
Public ReadOnly Property IsResumable As Boolean
Valeur de propriété
Boolean
bool
Cette propriété retourne true si un téléchargement peut être repris ; sinon, false est retourné.