GetPropertyNames method

Return the collection of LDAP property names associated with the given class name for this connection.

Syntax


C++
HRESULT GetPropertyNames( BSTR ClassName, IERUCollection** ppPropertyNames)
Scripting languages
Set PropertyNames = Connection.GetPropertyNames( ClassName As String )  

Parameters


ClassName

The class name associated with the desired property names.

ppPropertyNames

Upon return, an IERUCollection interface pointer to a collection of LDAP property names associated with the given class name.

Return value


C++

The return code.

Scripting languages

An IERUCollection interface pointer to a collection of LDAP property names associated with the given class name.

Home

Applies to

IERULDAPConnection