PasswordPropertyTextAttribute Oluşturucular

Tanım

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

Aşırı Yüklemeler

Name Description
PasswordPropertyTextAttribute()

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

PasswordPropertyTextAttribute(Boolean)

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

PasswordPropertyTextAttribute()

Kaynak:
PasswordPropertyTextAttribute.cs
Kaynak:
PasswordPropertyTextAttribute.cs
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
Kaynak:
PasswordPropertyTextAttribute.cs
Kaynak:
PasswordPropertyTextAttribute.cs

İsteğe bağlı olarak parola metnini gösteren yeni bir sınıf örneği 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ğinin parola metni olarak gösterilmesi gerektiğini belirtmek için; aksi takdirde , false. Varsayılan değer: false.

Şunlara uygulanır