HtmlTextArea.Password Property

Gets the encoded contents of this text area control.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Overridable WriteOnly Property Password As String
public virtual string Password { set; }
public:
virtual property String^ Password {
    void set (String^ value);
}
abstract Password : string with get, set
override Password : string with get, set
function set Password (value : String)

Property Value

Type: System.String
The encoded contents of this text area control.

.NET Framework Security

See Also

Reference

HtmlTextArea Class

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls Namespace