Compartir a través de


ValidationRuleReference.ValidationLevel (Propiedad)

Obtiene o establece el nivel de validación tal y como define la enumeración ValidationLevel.

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

Sintaxis

'Declaración
Public Property ValidationLevel As ValidationLevel
public ValidationLevel ValidationLevel { get; set; }
public:
property ValidationLevel ValidationLevel {
    ValidationLevel get ();
    void set (ValidationLevel value);
}
member ValidationLevel : ValidationLevel with get, set
function get ValidationLevel () : ValidationLevel
function set ValidationLevel (value : ValidationLevel)

Valor de propiedad

Tipo: Microsoft.VisualStudio.TestTools.WebTesting.ValidationLevel
Nivel de validación.

Seguridad de .NET Framework

Vea también

Referencia

ValidationRuleReference Clase

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