Udostępnij za pośrednictwem


WebTestContext.ValidationLevel Property

Gets the validation level for the current test run.

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 WebTestContext 
Dim value As ValidationLevel 

value = instance.ValidationLevel

instance.ValidationLevel = value
public ValidationLevel ValidationLevel { get; internal 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
A ValidationLevel enumeration.

.NET Framework Security

See Also

Reference

WebTestContext Class

WebTestContext Members

Microsoft.VisualStudio.TestTools.WebTesting Namespace