Compartir a través de


WebTestRecorderPluginReference.AlwaysExecute (Propiedad)

Obtiene o establece un valor que indica si el complemento al que se hace referencia se debería ejecutar siempre.

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

Sintaxis

'Declaración
Public Property AlwaysExecute As Boolean
public bool AlwaysExecute { get; set; }
public:
property bool AlwaysExecute {
    bool get ();
    void set (bool value);
}
member AlwaysExecute : bool with get, set
function get AlwaysExecute () : boolean 
function set AlwaysExecute (value : boolean)

Valor de propiedad

Tipo: Boolean
Es true si el complemento al que se hace referencia debe ejecutarse siempre; de lo contrario, false.

Seguridad de .NET Framework

Vea también

Referencia

WebTestRecorderPluginReference Clase

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