Aracılığıyla paylaş


PasswordPropertyTextAttribute Oluşturucular

Tanım

PasswordPropertyTextAttribute sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

PasswordPropertyTextAttribute()

PasswordPropertyTextAttribute sınıfının yeni bir örneğini başlatır.

PasswordPropertyTextAttribute(Boolean)

İsteğe bağlı olarak parola metnini göstererek sınıfının yeni bir örneğini PasswordPropertyTextAttribute başlatır.

PasswordPropertyTextAttribute()

Kaynak:
PasswordPropertyTextAttribute.cs
Kaynak:
PasswordPropertyTextAttribute.cs
Kaynak:
PasswordPropertyTextAttribute.cs

PasswordPropertyTextAttribute sınıfının yeni bir örneğini başlatır.

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

Şunlara uygulanır

PasswordPropertyTextAttribute(Boolean)

Kaynak:
PasswordPropertyTextAttribute.cs
Kaynak:
PasswordPropertyTextAttribute.cs
Kaynak:
PasswordPropertyTextAttribute.cs

İsteğe bağlı olarak parola metnini göstererek sınıfının yeni bir örneğini PasswordPropertyTextAttribute başlatır.

public:
 PasswordPropertyTextAttribute(bool password);
public PasswordPropertyTextAttribute (bool password);
new System.ComponentModel.PasswordPropertyTextAttribute : bool -> System.ComponentModel.PasswordPropertyTextAttribute
Public Sub New (password As Boolean)

Parametreler

password
Boolean

true özelliğin parola metni olarak gösterilmesi gerektiğini belirtmek için; aksi takdirde , false. Varsayılan değer: false.

Şunlara uygulanır