ValidationRuleReference.ValidationLevel, propriété
Obtient ou définit le niveau de validation défini par l'enum ValidationLevel.
Espace de noms : Microsoft.VisualStudio.TestTools.WebTesting
Assembly : Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntaxe
'Déclaration
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)
Valeur de propriété
Type : Microsoft.VisualStudio.TestTools.WebTesting.ValidationLevel
Niveau de validation
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.