共用方式為


WebTest.PreAuthenticate 屬性

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

語法

'宣告
Public Property PreAuthenticate As Boolean
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)

屬性值

類型:Boolean

.NET Framework 安全性

請參閱

參考

WebTest 類別

Microsoft.VisualStudio.TestTools.WebTesting 命名空間