setPassword function

Sets the MobiLink password for the user specified with setUserName.

Syntax
abstract void SyncParms.setPassword(
  String v
) throws ULjException
Parameters
  • v   A password for the MobiLink user.

Remarks

This user name and password is separate from any database user ID and password. This method is used to authenticate the application against the MobiLink server.

The default is an empty string, suggesting no password.

See also