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

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 2.0 API Reference » ULSyncParms class

KeepPartialDownload property Next Page

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