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

適用対象