LdapSessionOptions.AutoReconnect プロパティ

定義

AutoReconnect プロパティは、自動再接続が有効かどうかを指定します。

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

プロパティ値

このプロパティは、自動再接続が有効になっている場合は true され、有効でない場合は false されます。

例外

LdapConnection オブジェクトは既に破棄されています。

適用対象