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 参考 » ULFileTransfer 类

 

UserName 属性

向 MobiLink 服务器唯一标识 MobiLink 客户端的用户名。

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

用于指定用户名的字符串。此属性没有缺省值,因此必须进行显式设置。

注释

MobiLink 服务器使用此值来查找要下载的文件。MobiLink 用户名和口令不同于任何数据库用户 ID 和口令,它们用于向 MobiLink 服务器标识和验证应用程序。

另请参见