Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » UltraLiteJ » UltraLiteJ Reference » UltraLiteJ API reference » SyncParms class

 

setNewPassword method

Sets a new MobiLink password for the user specified with setUserName.

Syntax
abstract void SyncParms.setNewPassword(
  String v
)
Parameters
  • v   A new password for MobiLink user.

Remarks

The new password takes effect after the next synchronization.

The default is null, suggesting that the password does not get replaced.

See also