Share via


UITechnologyElementProxy.IsPassword Property

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

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

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

Property Value

Type: Boolean

Implements

IUITechnologyElement.IsPassword

.NET Framework Security

See Also

Reference

UITechnologyElementProxy Class

Microsoft.VisualStudio.TestTools.UITesting Namespace