共用方式為


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 物件已經過處置。

適用於