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

属性值

Int32

要使用的 LDAP 协议版本。

例外

适用于