Sdílet prostřednictvím


WebTestContext.ValidationLevel – vlastnost

Získá úroveň ověřování pro aktuální spuštění testu.

Obor názvů:  Microsoft.VisualStudio.TestTools.WebTesting
Sestavení:  Microsoft.VisualStudio.QualityTools.WebTestFramework (v Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Deklarace
Public Property ValidationLevel As ValidationLevel
    Get
    Friend Set
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)

Hodnota vlastnosti

Typ: Microsoft.VisualStudio.TestTools.WebTesting.ValidationLevel
A ValidationLevel výčtu.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

WebTestContext Třída

Microsoft.VisualStudio.TestTools.WebTesting – obor názvů