Partager via


FileTransferInformation.DeleteFile, propriété

Obtient une valeur qui indique s'il faut supprimer le fichier local une fois le transfert terminé.

Espace de noms :  Microsoft.VisualStudio.TestTools.Execution
Assembly :  Microsoft.VisualStudio.QualityTools.ExecutionCommon (dans Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntaxe

'Déclaration
Public Property DeleteFile As Boolean
    Get
    Private Set
public bool DeleteFile { get; private set; }
public:
property bool DeleteFile {
    bool get ();
    private: void set (bool value);
}
member DeleteFile : bool with get, private set
function get DeleteFile () : boolean
private function set DeleteFile (value : boolean)

Valeur de propriété

Type : System.Boolean
true pour supprimer le fichier une fois le transfert terminé ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

FileTransferInformation Classe

Microsoft.VisualStudio.TestTools.Execution, espace de noms