[TIBCO.EMS .NET client library 7.0 documentation]

Use this property to specify the protocol version for the ldap connection's session options. The values for protocol version can be either 2 or 3.

Namespace:  TIBCO.EMS
Assembly:  TIBCO.EMS (in TIBCO.EMS.dll)

Syntax

public const string LDAP_PROTOCOL_VERSION
Public Const LDAP_PROTOCOL_VERSION As String
public:
literal String^ LDAP_PROTOCOL_VERSION

Remarks

For more information regarding protocol version, please see http://msdn2.microsoft.com/en-us/library/system.directoryservices.protocols.ldapsessionoptions.protocolversion.aspx

Examples

 Copy Code
              table.Add(LdapLookupConsts.LDAP_PROTOCOL_VERSION, 2);        
            

See Also