Proprietà ValidationRuleReference.ValidationLevel
Ottiene o imposta il livello di convalida come definito dall'enum ValidationLevel.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Sintassi
'Dichiarazione
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)
Valore proprietà
Tipo: Microsoft.VisualStudio.TestTools.WebTesting.ValidationLevel
Livello di convalida.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.