HtmlTextArea.IsPassword Property

Gets a value that indicates whether this text area control contains a password.

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

Syntax

'Declaration
Public Overridable ReadOnly Property IsPassword As Boolean
public virtual bool IsPassword { get; }
public:
virtual property bool IsPassword {
    bool get ();
}
abstract IsPassword : bool
override IsPassword : bool
function get IsPassword () : boolean

Property Value

Type: System.Boolean
true if this text area control contains a password; otherwise, false.

.NET Framework Security

See Also

Reference

HtmlTextArea Class

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls Namespace