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
public ValidationLevel ValidationLevel { get; }
public:
property ValidationLevel ValidationLevel {
    ValidationLevel get ();
}
member ValidationLevel : ValidationLevel with get
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 em testes de desempenho da Web sob carga excessiva.

Segurança do .NET Framework

Consulte também

Referência

ValidationEventArgs Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting