[TIBCO.EMS .NET Admin client library 7.0 documentation]

Get the LDAP parameters used by the server when authenticating through LDAP server.

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

Syntax

public LDAPParams LDAPParams { get; }
Public ReadOnly Property LDAPParams As LDAPParams
public:
property LDAPParams^ LDAPParams {
	LDAPParams^ get ();
}

Return Value

the LDAP parameters if set, null otherwise.

See Also