次の方法で共有


_Account.DisplayName プロパティ

定義

電子メールAccountの表示名を表す文字列 (C#の文字列) を返します。 読み取り専用です。

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

プロパティ値

注釈

表示名 は、 アカウント オブジェクトの既定のプロパティです。

適用対象