Condividi tramite


Proprietà WebTestContext.ValidationLevel

Ottiene il livello di convalida per l'esecuzione del test corrente.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: Microsoft.VisualStudio.TestTools.WebTesting.ValidationLevel
Enumerazione ValidationLevel.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

WebTestContext Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting