WebTestRecorderPluginReference.AlwaysExecute Property

Gets or sets a value that indicates whether the referenced plug-in must always be executed.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
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)

Property Value

Type: System.Boolean
true if the referenced plug-in must always be executed; otherwise, false.

.NET Framework Security

See Also

Reference

WebTestRecorderPluginReference Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace