Compartilhar via


Propriedade FileTransferInformation.DeleteFile

Obtém um valor que indica se deseja excluir o arquivo local quando a transferência estiver concluída.

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (em Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Boolean
true Para excluir o arquivo após a transferência; Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

FileTransferInformation Classe

Namespace Microsoft.VisualStudio.TestTools.Execution