Compartir a través de


ValidationEventArgs.ValidationLevel (Propiedad)

Obtiene el nivel de validación actual.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.WebTesting
Ensamblado:  Microsoft.VisualStudio.QualityTools.WebTestFramework (en Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: Microsoft.VisualStudio.TestTools.WebTesting.ValidationLevel
Una enumeración ValidationLevel.

Comentarios

Esto representa el nivel de validación utilizado por las pruebas de carga para determinar qué reglas de validación se ejecutan en las pruebas de rendimiento web bajo esfuerzo de carga.

Seguridad de .NET Framework

Vea también

Referencia

ValidationEventArgs Clase

Microsoft.VisualStudio.TestTools.WebTesting (Espacio de nombres)