Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

RuleExecutionOrderAttribute Constructor (RuleExecutionOrder)

 

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)

public:
RuleExecutionOrderAttribute(
	RuleExecutionOrder executionOrder
)

Parameters

executionOrder
Type: Microsoft.VisualStudio.TestTools.WebTesting::RuleExecutionOrder

The execution order for the rule.

Return to top
Show: