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.

WebTest::ValidationRuleReferences Property

 

Gets the collection of references to Web performance test-level validation rules.

Namespace:   Microsoft.VisualStudio.TestTools.WebTesting
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 Web performance test-level validation rules.

Return to top
Show: