UITechnologyElement.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
Public MustOverride ReadOnly Property IsPassword As Boolean
public abstract bool IsPassword { get; }
public:
virtual property bool IsPassword {
    bool get () abstract;
}
abstract IsPassword : bool
abstract function get IsPassword () : boolean

Property Value

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

Implements

IUITechnologyElement.IsPassword

.NET Framework Security

See Also

Reference

UITechnologyElement Class

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace