WebTestRuleBase.ExecutionOrder Property

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

Syntax

'Declaration
Public Property ExecutionOrder As RuleExecutionOrder
public RuleExecutionOrder ExecutionOrder { get; set; }
public:
property RuleExecutionOrder ExecutionOrder {
    RuleExecutionOrder get ();
    void set (RuleExecutionOrder value);
}
member ExecutionOrder : RuleExecutionOrder with get, set
function get ExecutionOrder () : RuleExecutionOrder
function set ExecutionOrder (value : RuleExecutionOrder)

Property Value

Type: Microsoft.VisualStudio.TestTools.WebTesting.RuleExecutionOrder

.NET Framework Security

See Also

Reference

WebTestRuleBase Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace