AppNotificationProgressData.Title Property

Definition

Gets or sets an optional title string of the progress bar associated with the progress update.

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

void Title(winrt::hstring value);
public string Title { get; set; }
var string = appNotificationProgressData.title;
appNotificationProgressData.title = string;
Public Property Title As String

Property Value

String

Platform::String

winrt::hstring

A title string.

Remarks

This property binds to the status attribute of the title xml element.

Applies to