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.

ConditionalRuleTypeAttribute Constructor (ConditionalRuleType)

 

Initializes a new instance of the ConditionalRuleTypeAttribute class to the specified conditional rule type.

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

public:
ConditionalRuleTypeAttribute(
	ConditionalRuleType conditionalRuleType
)

Parameters

conditionalRuleType
Type: Microsoft.VisualStudio.TestTools.WebTesting::ConditionalRuleType

The conditional rule type to use for initialization.

Return to top
Show: