FileTransferInformation.PerformCleanup Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets a value that indicates whether a cleanup process should be performed after the transfer.
Namespace: Microsoft.VisualStudio.TestTools.Execution
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Protected Friend Overrides ReadOnly Property PerformCleanup As Boolean
protected internal override bool PerformCleanup { get; }
protected public:
virtual property bool PerformCleanup {
bool get () override;
}
abstract PerformCleanup : bool with get
override PerformCleanup : bool with get
override function get PerformCleanup () : boolean
Property Value
Type: Boolean
true to perform cleanup; 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.