SilverlightEdit.IsPassword Property
Gets a value that indicates whether the edit control is a password control.
Namespace: Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (in Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property IsPassword As Boolean
Get
public virtual bool IsPassword { get; }
public:
virtual property bool IsPassword {
bool get ();
}
abstract IsPassword : bool
override IsPassword : bool
function get IsPassword () : boolean
Property Value
Type: System.Boolean
A Boolean value that indicates whether the edit control is a password. true if the control is a password control. 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.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls Namespace