AppNotification.ExpiresOnReboot Property

Definition

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.

Applies to