Editing the ARM Password (ARMPassword)

Use the ICIServer interface ARMPassword property to retrieve or set the password for logging in to the ARM Database.

Signature:

HRESULT ARMPassword([out, retval] BSTR *pVal);

HRESULT ARMPassword([in] BSTR newVal);

Example:

Dim strNewPassword: strNewPassword = "newpassword"

oServer.ARMPassword = strNewPassword