PasswordPropertyTextAttribute Constructors

Definition

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()

Source:
PasswordPropertyTextAttribute.cs
Source:
PasswordPropertyTextAttribute.cs
Source:
PasswordPropertyTextAttribute.cs

Initializes a new instance of the PasswordPropertyTextAttribute class.

public:
 PasswordPropertyTextAttribute();
public PasswordPropertyTextAttribute ();
Public Sub New ()

Applies to

PasswordPropertyTextAttribute(Boolean)

Source:
PasswordPropertyTextAttribute.cs
Source:
PasswordPropertyTextAttribute.cs
Source:
PasswordPropertyTextAttribute.cs

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.

Applies to