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

例外

适用于