共用方式為


WebTest.PreAuthenticate 屬性

取得或設定值,這個值表示是否要預先驗證 Web 效能測試內的所有要求。

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

語法

'宣告
Public Property PreAuthenticate As Boolean
    Get
    Set
public bool PreAuthenticate { get; set; }
public:
property bool PreAuthenticate {
    bool get ();
    void set (bool value);
}
member PreAuthenticate : bool with get, set
function get PreAuthenticate () : boolean
function set PreAuthenticate (value : boolean)

屬性值

型別:System.Boolean
如果要預先驗證所有要求,則為 true,否則為 false。預設值是 true。

.NET Framework 安全性

請參閱

參考

WebTest 類別

Microsoft.VisualStudio.TestTools.WebTesting 命名空間