Share via


WebAccountProvider.DisplayName プロパティ

定義

Web アカウント プロバイダーの表示名を取得します。

public:
 property Platform::String ^ DisplayName { Platform::String ^ get(); };
winrt::hstring DisplayName();
public string DisplayName { get; }
var string = webAccountProvider.displayName;
Public ReadOnly Property DisplayName As String

プロパティ値

String

Platform::String

winrt::hstring

Web アカウント プロバイダーの表示名。

適用対象