Share via


XamlEdit.Password Property

Sets the encoded text in a password type edit control

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls
Assembly:  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.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

.NET Framework Security

See Also

Reference

XamlEdit Class

Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls Namespace