[TIBCO.EMS .NET client library 6.3 documentation]

Specifies the base dn, i.e where to start looking for the administered objects.

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

Syntax

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

Examples

 Copy Code
              table.Add(LdapLookupConsts.LDAP_BASE_DN, "ou=people,dc=test-user");
            

See Also