WebAccountProvider.DisplayName Property

Definition

Gets the display name for the web account provider.

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

Property Value

String

Platform::String

winrt::hstring

The display name for the web account provider.

Applies to