Share via


HtmlEditableDiv.IsPassword Property

Gets a value that indicates whether the control is a password control.

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 the control is a password control; otherwise, false.

.NET Framework Security

See Also

Reference

HtmlEditableDiv Class

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls Namespace