OraclePermissionAttribute.AllowBlankPassword 屬性

定義

取得或設定值,指出是否允許空白密碼。

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

屬性值

如果允許空白密碼,則為 true,否則為 false

適用於