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

SQL Anywhere 11.0.1 (日本語) » Ultra Light - .NET プログラミング » Ultra Light .NET 2.0 API リファレンス » ULFileTransfer クラス

 

UserName プロパティ

Mobile Link サーバが Mobile Link クライアントをユニークに識別するユーザ名です。

構文
Visual Basic
Public Property UserName As String
C#
public string  UserName { get; set; }
プロパティ値

ユーザ名を指定する文字列。このプロパティにはデフォルト値がないので、明示的に設定してください。

備考

Mobile Link サーバは、この値を使用して、ダウンロードするファイルを特定します。Mobile Link ユーザ名とパスワードは他のデータベース・ユーザ ID やパスワードとは別のもので、アプリケーションを Mobile Link サーバに対して識別し、認証するために使用されます。

参照