AppNotificationProgressData.Status Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.