[TIBCO.EMS .NET client library 7.0 documentation]

Use this property name to specify the url to connect to the LDAP server.

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

Syntax

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

Examples

 Copy Code
              table.Add(LdapLookupConsts.LDAP_SERVER_URL, "adc1.na.tibco.com:10389");
            

See Also