Compartilhar via


Propriedade WebTestContext.ValidationLevel

Obtém o nível de validação para a execução de teste atual.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: Microsoft.VisualStudio.TestTools.WebTesting.ValidationLevel
A ValidationLevel enumeração.

Segurança do .NET Framework

Consulte também

Referência

WebTestContext Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting