AppNotification.Priority 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 priority for the app notification.
public:
property AppNotificationPriority Priority { AppNotificationPriority get(); void set(AppNotificationPriority value); };
AppNotificationPriority Priority();
void Priority(AppNotificationPriority value);
public AppNotificationPriority Priority { get; set; }
var appNotificationPriority = appNotification.priority;
appNotification.priority = appNotificationPriority;
Public Property Priority As AppNotificationPriority
Property Value
A value from the AppNotificationPriority enumeration specifying the priority for the app notification.
Remarks
The priority value provides hints to the platform on how and at what urgency level a notification should be presented to the user. For example, the priority may affect whether the system wakes up the screen of a sleeping device.