Share via


WebTest.UserName Property

Gets and sets the user name used for authentication.

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

Syntax

'Declaration
Public Property UserName As String
'Usage
Dim instance As WebTest 
Dim value As String 

value = instance.UserName

instance.UserName = value
public string UserName { get; set; }
public:
property String^ UserName {
    String^ get ();
    void set (String^ value);
}
public function get UserName () : String 
public function set UserName (value : String)

Property Value

Type: System.String
The user name used for authentication. The default value is an empty string.

.NET Framework Security

See Also

Reference

WebTest Class

WebTest Members

Microsoft.VisualStudio.TestTools.WebTesting Namespace

Other Resources

How to: Set Credentials on a Web Test