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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.