Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.