AppNotificationProgressData.Status Property

Definition

Gets or sets the status string that reflects the status of the progress operation.

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

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

Property Value

String

Platform::String

winrt::hstring

A string that reflects the status of the progress operation. For example, "Downloading..." or "Installing...".

Remarks

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

Applies to