[TIBCO.EMS .NET client library 6.0 documentation]

Use this property name to specify the search scope. Acceptable values are "subtree" (the default) and "onelevel."

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

Syntax

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

Examples

 Copy Code
              table.Add(LdapLookupConsts.LDAP_SEARCH_SCOPE, "subtree");
            

See Also