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
public ValidationLevel ValidationLevel { get; }
public:
property ValidationLevel ValidationLevel {
ValidationLevel get ();
}
member ValidationLevel : ValidationLevel with get
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 performance 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.