Freigeben über


WebTestContext.ValidationLevel-Eigenschaft

Ruft die Validierungsebene für den aktuellen Testlauf ab.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
Public Property ValidationLevel As ValidationLevel
public ValidationLevel ValidationLevel { get; internal set; }
public:
property ValidationLevel ValidationLevel {
    ValidationLevel get ();
    internal: void set (ValidationLevel value);
}
member ValidationLevel : ValidationLevel with get, internal set
function get ValidationLevel () : ValidationLevel
internal function set ValidationLevel (value : ValidationLevel)

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.WebTesting.ValidationLevel
Eine ValidationLevel-Enumeration.

.NET Framework-Sicherheit

Siehe auch

Referenz

WebTestContext Klasse

Microsoft.VisualStudio.TestTools.WebTesting-Namespace