Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 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 MustOverride ReadOnly Property PerformCleanup As Boolean
protected internal abstract bool PerformCleanup { get; }
protected public:
virtual property bool PerformCleanup {
bool get () abstract;
}
abstract PerformCleanup : bool
abstract function get PerformCleanup () : boolean
Property Value
Type: System.Boolean
true if a cleanup should be performed 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.