RuleExecutionOrderAttribute Constructor

Initializes a new instance of the RuleExecutionOrderAttribute class with the specified value to indicate the rule execution order.

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

Syntax

'Declaration
Public Sub New ( _
    executionOrder As RuleExecutionOrder _
)
public RuleExecutionOrderAttribute(
    RuleExecutionOrder executionOrder
)
public:
RuleExecutionOrderAttribute(
    RuleExecutionOrder executionOrder
)
new : 
        executionOrder:RuleExecutionOrder -> RuleExecutionOrderAttribute
public function RuleExecutionOrderAttribute(
    executionOrder : RuleExecutionOrder
)

Parameters

.NET Framework Security

See Also

Reference

RuleExecutionOrderAttribute Class

Microsoft.VisualStudio.TestTools.WebTesting.Rules Namespace