Gets whether this control is used for entering passwords.
If true, the field does not display entered text, instead, each text character entered into the control appears as the character *. The default value is false.
protected Boolean displayAsPassword { get; }
'Declaration
Protected Read Property displayAsPassword As Boolean