TestRunConfiguration.CleanupCommand (Propiedad)

Obtiene o establece el comando para limpiar la configuración de ejecución.

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

Sintaxis

'Declaración
Public Property CleanupCommand As String
public string CleanupCommand { get; set; }
public:
property String^ CleanupCommand {
    String^ get ();
    void set (String^ value);
}
member CleanupCommand : string with get, set
function get CleanupCommand () : String
function set CleanupCommand (value : String)

Valor de propiedad

Tipo: System.String
Comando de limpieza.

Seguridad de .NET Framework

Vea también

Referencia

TestRunConfiguration Clase

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