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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.