PasswordPropertyTextAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the PasswordPropertyTextAttribute class.
Overloads
PasswordPropertyTextAttribute() |
Initializes a new instance of the PasswordPropertyTextAttribute class. |
PasswordPropertyTextAttribute(Boolean) |
Initializes a new instance of the PasswordPropertyTextAttribute class, optionally showing password text. |
PasswordPropertyTextAttribute()
Initializes a new instance of the PasswordPropertyTextAttribute class.
public:
PasswordPropertyTextAttribute();
public PasswordPropertyTextAttribute ();
Public Sub New ()
Applies to
PasswordPropertyTextAttribute(Boolean)
Initializes a new instance of the PasswordPropertyTextAttribute class, optionally showing password text.
public:
PasswordPropertyTextAttribute(bool password);
public PasswordPropertyTextAttribute (bool password);
new System.ComponentModel.PasswordPropertyTextAttribute : bool -> System.ComponentModel.PasswordPropertyTextAttribute
Public Sub New (password As Boolean)
Parameters
- password
- Boolean
true
to indicate that the property should be shown as password text; otherwise, false
. The default is false
.