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.
ValidationRuleReference::ValidationLevel Property
Gets or sets the validation level as defined by the ValidationLevel enum.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
public: property ValidationLevel ValidationLevel { ValidationLevel get(); void set(ValidationLevel value); }
Property Value
Type: Microsoft.VisualStudio.TestTools.WebTesting::ValidationLevelThe validation level.
Show: