共用方式為


ValidationRuleReference.ValidationLevel 屬性

取得或設定 ValidationLevel 列舉所定義的驗證層級。

命名空間:  Microsoft.VisualStudio.TestTools.WebTesting
組件:  Microsoft.VisualStudio.QualityTools.WebTestFramework (在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

語法

'宣告
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)

屬性值

型別:Microsoft.VisualStudio.TestTools.WebTesting.ValidationLevel
驗證層級。

.NET Framework 安全性

請參閱

參考

ValidationRuleReference 類別

Microsoft.VisualStudio.TestTools.WebTesting 命名空間