AppNotification.ExpiresOnReboot 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 a value specifying whether the app notification will remain in the Notification Center (called Action Center in Windows 10) after a reboot.
public:
property bool ExpiresOnReboot { bool get(); void set(bool value); };
bool ExpiresOnReboot();
void ExpiresOnReboot(bool value);
public bool ExpiresOnReboot { get; set; }
var boolean = appNotification.expiresOnReboot;
appNotification.expiresOnReboot = boolean;
Public Property ExpiresOnReboot As Boolean
Property Value
Boolean
bool
True if the app notification should remain in the Notification Center after a reboot; otherwise, false.