Share via


FileTransferInformation.DeleteFile Property

Gets a value that indicates whether to delete the local file when the transfer is completed.

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

Syntax

'Declaration
Public Property DeleteFile As Boolean
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)

Property Value

Type: Boolean
true to delete the file after the transfer; otherwise, false.

.NET Framework Security

See Also

Reference

FileTransferInformation Class

Microsoft.VisualStudio.TestTools.Execution Namespace