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 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
'Usage
Dim instance As WebTestRequest
Dim value As ValidationRuleReferenceCollection
value = instance.ValidationRuleReferences
instance.ValidationRuleReferences = value
public ValidationRuleReferenceCollection ValidationRuleReferences { get; internal set; }
public:
property ValidationRuleReferenceCollection^ ValidationRuleReferences {
ValidationRuleReferenceCollection^ get ();
void set (ValidationRuleReferenceCollection^ value);
}
public function get ValidationRuleReferences () : ValidationRuleReferenceCollection
public function set ValidationRuleReferences (value : ValidationRuleReferenceCollection)
Property Value
Type: Microsoft.VisualStudio.TestTools.WebTesting.ValidationRuleReferenceCollection
.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.