AppNotification.Progress 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 information about the progress of the app notification.
public:
property AppNotificationProgressData ^ Progress { AppNotificationProgressData ^ get(); void set(AppNotificationProgressData ^ value); };
AppNotificationProgressData Progress();
void Progress(AppNotificationProgressData value);
public AppNotificationProgressData Progress { get; set; }
var appNotificationProgressData = appNotification.progress;
appNotification.progress = appNotificationProgressData;
Public Property Progress As AppNotificationProgressData
Property Value
An AppNotificationProgressData object containing information about the progress of the app notification.