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

SQL Anywhere 11.0.1 (Français) » UltraLite - .NET Programming » UltraLite .NET 2.0 API reference » ULSyncParms class

 

NewPassword property

Specifies a new MobiLink password for the user specified with UserName.

Syntax
Visual Basic
Public Property NewPassword As String
C#
public string  NewPassword { get; set; }
Property value

A string specifying a new MobiLink password. The default is a null reference (Nothing in Visual Basic), meaning the password is not changed.

Remarks

A new password takes effect after the next synchronization.

See also