ValidationEventArgs.ValidationLevel Property
Gets the current validation level.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public ReadOnly Property ValidationLevel As ValidationLevel
'Usage
Dim instance As ValidationEventArgs
Dim value As ValidationLevel
value = instance.ValidationLevel
public ValidationLevel ValidationLevel { get; }
public:
property ValidationLevel ValidationLevel {
ValidationLevel get ();
}
public function get ValidationLevel () : ValidationLevel
Property Value
Type: Microsoft.VisualStudio.TestTools.WebTesting.ValidationLevel
A ValidationLevel enumeration.
Remarks
This represents the level of validation used by load tests to determine which validation rules are run in the Web tests under load stress.
.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.