ScheduledToastNotification.MaximumSnoozeCount 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 the maximum number of times to display this notification.
public:
property unsigned int MaximumSnoozeCount { unsigned int get(); };
uint32_t MaximumSnoozeCount();
public uint MaximumSnoozeCount { get; }
var uInt32 = scheduledToastNotification.maximumSnoozeCount;
Public ReadOnly Property MaximumSnoozeCount As UInteger
Property Value
The maximum number of times to display this notification. This will be a value between 1 and 5, inclusive.
Remarks
Note that this is the number of repeat showings specified when the ScheduledToastNotification is created. It is not the number of showings remaining if the toast has already been shown. There is no method to directly retrieve that information.