StreamTransferInformation.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 to perform cleanup 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 after the transfer; otherwise, false.

.NET Framework Security

See Also

Reference

StreamTransferInformation Class

Microsoft.VisualStudio.TestTools.Execution Namespace