AutomationElementIdentifiers.IsPasswordProperty Property

Definition

Identifies the password determination automation property. The password status indicates whether the item referenced by the automation peer contains a password. The current status is returned by the IsPassword method.

public:
 static property AutomationProperty ^ IsPasswordProperty { AutomationProperty ^ get(); };
static AutomationProperty IsPasswordProperty();
public static AutomationProperty IsPasswordProperty { get; }
var automationProperty = AutomationElementIdentifiers.isPasswordProperty;
Public Shared ReadOnly Property IsPasswordProperty As AutomationProperty

Property Value

The automation property identifier.

Applies to