Share via


IUITechnologyElement.IsPassword Property

Gets a value that indicates whether this element contains protected content.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntax

'Declaration
ReadOnly Property IsPassword As Boolean
bool IsPassword { get; }
property bool IsPassword {
    bool get ();
}
abstract IsPassword : bool with get
function get IsPassword () : boolean

Property Value

Type: Boolean
true if this element contains protected content; otherwise, false.

.NET Framework Security

See Also

Reference

IUITechnologyElement Interface

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace