言語

LdapConnection.AutoBind プロパティ

定義

AutoBind プロパティは、自動バインドを許可するかどうかを指定します。

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

プロパティ値

true 自動バインドが許可されている場合。それ以外の場合は false

適用対象