次の方法で共有


LdapSessionOptions.ProtocolVersion プロパティ

定義

ProtocolVersion プロパティは、使用する LDAP プロトコルのバージョンを示します。

public:
 property int ProtocolVersion { int get(); void set(int value); };
public int ProtocolVersion { get; set; }
member this.ProtocolVersion : int with get, set
Public Property ProtocolVersion As Integer

プロパティ値

使用する LDAP プロトコルのバージョン。

例外

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

適用対象