LdapConnection.AutoBind Property

Definition

The AutoBind property specifies whether an automatic bind is allowed.

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

Property Value

true if the automatic bind is allowed; otherwise, false.

Applies to