DBDataPermissionAttribute.AllowBlankPassword Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob ein leeres Kennwort zulässig ist, oder legt diesen fest.

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

Eigenschaftswert

true, wenn ein leeres Kennwort zulässig ist, andernfalls false.

Gilt für:

Weitere Informationen