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.
WebTestRequest::ValidationRuleReferences Property
Gets the collection of references to validation rules that are defined for the request.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
public: property ValidationRuleReferenceCollection^ ValidationRuleReferences { ValidationRuleReferenceCollection^ get(); internal: void set(ValidationRuleReferenceCollection^ value); }
Property Value
Type: Microsoft.VisualStudio.TestTools.WebTesting::ValidationRuleReferenceCollection^The collection of references to validation rules that are defined for the request.
Show: