Share via


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

See Also

Reference

SilverlightEdit Class

Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls Namespace