ValidationRuleReference.ValidationLevel Property

Gets or sets the validation level as defined by the ValidationLevel enum.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
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)

Property Value

Type: Microsoft.VisualStudio.TestTools.WebTesting.ValidationLevel
The validation level.

.NET Framework Security

See Also

Reference

ValidationRuleReference Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace