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