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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.