IAfxElement.IsPassword Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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
    Get
'Usage
Dim instance As IAfxElement
Dim value As Boolean

value = instance.IsPassword
bool IsPassword { get; }
property bool IsPassword {
    bool get ();
}
function get IsPassword () : boolean
abstract IsPassword : bool

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

IAfxElement Interface

IAfxElement Members

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace