DBDataPermissionAttribute.AllowBlankPassword Proprietà

Definizione

Ottiene o imposta un valore che indica se è consentita una password vuota.

public:
 property bool AllowBlankPassword { bool get(); void set(bool value); };
public bool AllowBlankPassword { get; set; }
member this.AllowBlankPassword : bool with get, set
Public Property AllowBlankPassword As Boolean

Valore della proprietà

true se è consentita una password vuota. In caso contrario, false.

Si applica a

Vedi anche