UserName property

This property is implemented by the following interfaces. Click one of the links below to jump to the description of the property as it pertains to that interface.

IERUDatabaseManager
IERULDAPConnection
IERUInstantMessageManager

IERUSEvent_AuthenticationFailed_After
IERUSEvent_CheckPassword_After
IERUSEvent_CheckPassword_Before

 

 

UserName property

Returns the user name that was entered into the login dialog.

Syntax


C++

HRESULT get_UserName (BSTR* pUserName)

Scripting languages

value = User.UserName

Go to Top

Home

Applies to

IERUSEvent_AuthenticationFailed_After

IERUSEvent_Check_Password_After

IERUSEvent_Check_Password_Before

 

 

UserName property

Returns or sets the UserName for accessing the LDAP connection, database server, or instant message gateway.

For IERUDatabaseManager, if the database type is erDBSQLAnywhere, then the put accessor does nothing.

Syntax


C++

HRESULT get_UserName(BSTR *pUserName)

HRESULT put_UserName(BSTR MyUserName)

Scripting languages

UserName = User.UserName

User.UserName = UserName

Go to Top

Home

Applies to

IERUDatabaseManager
IERULDAPConnection

IERUInstantMessageManager