PasswordPropertyTextAttribute Constructors

Definitie

Initialiseert een nieuw exemplaar van de PasswordPropertyTextAttribute klasse.

Overloads

Name Description
PasswordPropertyTextAttribute()

Initialiseert een nieuw exemplaar van de PasswordPropertyTextAttribute klasse.

PasswordPropertyTextAttribute(Boolean)

Initialiseert een nieuw exemplaar van de PasswordPropertyTextAttribute klasse, optioneel met wachtwoordtekst.

PasswordPropertyTextAttribute()

Initialiseert een nieuw exemplaar van de PasswordPropertyTextAttribute klasse.

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

Van toepassing op

PasswordPropertyTextAttribute(Boolean)

Initialiseert een nieuw exemplaar van de PasswordPropertyTextAttribute klasse, optioneel met wachtwoordtekst.

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 om aan te geven dat de eigenschap moet worden weergegeven als wachtwoordtekst; anders, false. De standaardwaarde is false.

Van toepassing op