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.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Property ValidationLevel As ValidationLevel
'Usage
Dim instance As ValidationRuleReference
Dim value As ValidationLevel
value = instance.ValidationLevel
instance.ValidationLevel = value
public ValidationLevel ValidationLevel { get; set; }
public:
property ValidationLevel ValidationLevel {
ValidationLevel get ();
void set (ValidationLevel value);
}
public function get ValidationLevel () : ValidationLevel
public function set ValidationLevel (value : ValidationLevel)
Property Value
Type: Microsoft.VisualStudio.TestTools.WebTesting.ValidationLevel
.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.