Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the execution order for the current rule.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting.Rules
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public ReadOnly Property ExecutionOrder As RuleExecutionOrder
public RuleExecutionOrder ExecutionOrder { get; }
public:
property RuleExecutionOrder ExecutionOrder {
RuleExecutionOrder get ();
}
member ExecutionOrder : RuleExecutionOrder
function get ExecutionOrder () : RuleExecutionOrder
Property Value
Type: Microsoft.VisualStudio.TestTools.WebTesting.RuleExecutionOrder
The execution order for the current rule.
.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.