Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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)
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 Web performance test-level validation rules.
.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.