ConditionalRuleTypeAttribute Constructor
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)
Syntax
'Declaration
Public Sub New ( _
conditionalRuleType As ConditionalRuleType _
)
public ConditionalRuleTypeAttribute(
ConditionalRuleType conditionalRuleType
)
public:
ConditionalRuleTypeAttribute(
ConditionalRuleType conditionalRuleType
)
new :
conditionalRuleType:ConditionalRuleType -> ConditionalRuleTypeAttribute
public function ConditionalRuleTypeAttribute(
conditionalRuleType : ConditionalRuleType
)
Parameters
- conditionalRuleType
Type: Microsoft.VisualStudio.TestTools.WebTesting.ConditionalRuleType
The conditional rule type to use for initialization.
.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.