FileTransferInformation.PerformCleanup (Propiedad)

Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.

Obtiene un valor que indica si se debe realizar un proceso de limpieza después de la transferencia.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Execution
Ensamblado:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (en Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Sintaxis

'Declaración
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

Valor de propiedad

Tipo: System.Boolean
true para que se realice la limpieza; de lo contrario, false.

Seguridad de .NET Framework

Vea también

Referencia

FileTransferInformation Clase

Microsoft.VisualStudio.TestTools.Execution (Espacio de nombres)