Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 807 Bytes

notificationdata_sequencenumber.md

File metadata and controls

23 lines (15 loc) · 807 Bytes
-api-id -api-type
P:Windows.UI.Notifications.NotificationData.SequenceNumber
winrt property

Windows.UI.Notifications.NotificationData.SequenceNumber

-description

Gets or sets the sequence number of this notification data. The system uses the sequence number to determine whether the notification data is out-of-date.

-property-value

A value greater than or equal to 0 that specifies the sequence number of this notification data. When multiple NotificationData objects are received, the system displays the NotificationData with the greatest non-zero number. Setting this value to 0 causes it to always displays.

-remarks

-see-also

-examples