LdapSessionOptions.ProtocolVersion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.