ToastNotification.Data Property

Definition

Gets or sets additional information about the status of the toast notification.

public:
 property NotificationData ^ Data { NotificationData ^ get(); void set(NotificationData ^ value); };
NotificationData Data();

void Data(NotificationData value);
public NotificationData Data { get; set; }
var notificationData = toastNotification.data;
toastNotification.data = notificationData;
Public Property Data As NotificationData

Property Value

An object that provides additional information about the status of the toast notification, such as the progress of the action described by the notification.

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Applies to