Share via


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

適用於