LdapSessionOptions.ProtocolVersion Property

Definition

The ProtocolVersion property specifies the LDAP protocol version to use.

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

Property Value

The LDAP protocol version to use.

Exceptions

The LdapConnection object is already disposed.

Applies to