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

SQL Anywhere 11.0.1 (中文) » UltraLite - .NET 编程 » UltraLite .NET 2.0 API 参考 » ULSyncParms 类

 

NewPassword 属性

为用 UserName 指定的用户指定一个新的 MobiLink 口令。

语法
Visual Basic
Public Property NewPassword As String
C#
public string  NewPassword { get; set; }
属性值

指定新 MobiLink 口令的字符串。缺省值为空值引用(在 Visual Basic 中是 Nothing),表示没有更改口令。

注释

新口令将在下次同步之后生效。

另请参见