Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.