次の方法で共有


_Account.UserName プロパティ

定義

のユーザー名を表す 文字列 (C#の文字列 ) を Account返します。 読み取り専用です。

public:
 property System::String ^ UserName { System::String ^ get(); };
public string UserName { get; }
Public ReadOnly Property UserName As String

プロパティ値

注釈

および UserNameSmtpAddress目的は、ID を決定するためのアカウント ベースのコンテキストを提供することです。

アカウントが定義されているユーザー名、 ユーザー名 は空の文字列を返します。

適用対象