Propriedade ValidationRuleReference.ValidationLevel
Obtém ou define o nível de validação, conforme definido pela ValidationLevel enum.
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
Set
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 propriedade
Tipo: Microsoft.VisualStudio.TestTools.WebTesting.ValidationLevel
O nível de validação.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.