Password property

For IERUDatabaseManager, sets but does not return the password eRoom will use to connect with its database server. If the database type is erDBSQLAnywhere, then the put accessor does nothing.

For IERULDAPConnection, sets but does not return the password for this LDAP connection.

For all other interfaces, returns the password that was entered into the login dialog. For these interfaces, the password property is read-only.

Syntax


C++

HRESULT get_Password (BSTR* pPassword)

HRESULT put_Password (BSTR MyPassword)

Scripting languages

Value = User.Password

User.Password = Value

 

Home

Applies to

IERUDatabaseManager
IERULDAPConnection

IERUSEvent_AuthenticationFailed_After

IERUSEvent_CheckPassword_After

IERUSEvent_CheckPassword_Before