Share via


WebTest.Password Property

Gets and sets the password used for authentication.

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

Syntax

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

value = instance.Password

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

Property Value

Type: System.String
The password 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