共用方式為


WebTest.UserName 屬性

取得和設定驗證時所使用的使用者名稱。

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

語法

'宣告
Public Property UserName As String
    Get
    Set
public string UserName { get; set; }
public:
property String^ UserName {
    String^ get ();
    void set (String^ value);
}
member UserName : string with get, set
function get UserName () : String
function set UserName (value : String)

屬性值

型別:System.String
驗證時所使用的使用者名稱。預設值為空字串。

.NET Framework 安全性

請參閱

參考

WebTest 類別

Microsoft.VisualStudio.TestTools.WebTesting 命名空間

其他資源

HOW TO:設定 Web 效能測試的認證