Share via


HtmlEditableDiv.Password Property

Gets the encoded contents of the control.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
Assemblies:   Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
  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 set 
override Password : string with set
function set Password (value : String)

Property Value

Type: String
The encoded contents.

.NET Framework Security

See Also

Reference

HtmlEditableDiv Class

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls Namespace