SetPropertyMapping method

Sets the LDAP property name that corresponds to the given property ID.

Syntax


C++
HRESULT SetPropertyMapping(
   ERUMemberPropertyID propertyID,
   BSTR propertyName)
Scripting languages
Connection.SetPropertyMapping propertyID as ERUMemberPropertyID, propertyName as String

Parameters


propertyID

The ERUMemberPropertyID of the desired LDAP property name.

propertyName

The LDAP property name to associate with the given propertyID.

Return value


C++

The return code.

Scripting languages

None.

Home

Applies to

IERULDAPConnection