BasicTransferInformation.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 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

See Also

Reference

BasicTransferInformation Class

Microsoft.VisualStudio.TestTools.Execution Namespace