ValidationRuleReference Class
The ValidationRuleReference class encapsulates the metadata about an ValidationRule and the parameter values to use when an instance of the ValidationRule is created when the Web performance test that uses the ValidationRule is run.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Microsoft.VisualStudio.TestTools.WebTesting::WebTestRuleBase
Microsoft.VisualStudio.TestTools.WebTesting::ValidationRuleReference
| Name | Description | |
|---|---|---|
![]() | ValidationRuleReference() | Initializes a new instance of the ValidationRuleReference class. |
![]() | ValidationRuleReference(Type^) | Initializes a new instance of the ValidationRuleReference class using the Type of the ValidationRule implementation as a parameter. |
| Name | Description | |
|---|---|---|
![]() | Description | Gets or sets the description of the rule or plug-in.(Inherited from WebTestRuleBase.) |
![]() | DisplayName | Gets or sets the name of the rule or plug-in to be displayed in the Web performance test editor.(Inherited from WebTestRuleBase.) |
![]() | ExecutionOrder | (Inherited from WebTestRuleBase.) |
![]() | Properties | Gets or sets a collection of PluginOrRuleProperty objects with one member for each property defined by the rule or plug-in implementation.(Inherited from WebTestRuleBase.) |
![]() | Type | Gets or sets the Type object representing the type of the rule or plug-in.(Inherited from WebTestRuleBase.) |
![]() | ValidationLevel | Gets or sets the validation level as defined by the ValidationLevel enum. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Returns a new instance of the ValidationRuleReference object.(Overrides WebTestRuleBase::Clone().) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


