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
- 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.