Partilhar via


Propriedade ValidationEventArgs.ValidationLevel

Obtém o nível atual de validação.

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

Sintaxe

'Declaração
Public ReadOnly Property ValidationLevel As ValidationLevel
    Get
public ValidationLevel ValidationLevel { get; }
public:
property ValidationLevel ValidationLevel {
    ValidationLevel get ();
}
member ValidationLevel : ValidationLevel
function get ValidationLevel () : ValidationLevel

Valor de propriedade

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

Comentários

Isso representa o nível de validação usado por testes de carga para determinar quais regras de validação são executadas nos testes de desempenho de Web sob carga excessiva.

Segurança do .NET Framework

Consulte também

Referência

ValidationEventArgs Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting