AccountsSettingsPaneCommandsRequestedEventArgs.HeaderText Property

Definition

Gets or sets the header text for the account settings pane.

public:
 property Platform::String ^ HeaderText { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring HeaderText();

void HeaderText(winrt::hstring value);
public string HeaderText { get; set; }
var string = accountsSettingsPaneCommandsRequestedEventArgs.headerText;
accountsSettingsPaneCommandsRequestedEventArgs.headerText = string;
Public Property HeaderText As String

Property Value

String

Platform::String

winrt::hstring

The header text.

Applies to