Partager via


WebTestRecorderPluginReference.AlwaysExecute, propriété

Obtient ou définit une valeur qui indique si le complément référencé doit toujours être exécuté.

Espace de noms :  Microsoft.VisualStudio.TestTools.WebTesting
Assembly :  Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Déclaration
Public Property AlwaysExecute As Boolean
    Get
    Set
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)

Valeur de propriété

Type : System.Boolean
true si le plug-in référencé doit toujours être exécuté ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

WebTestRecorderPluginReference Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms