ChatMessageNotificationTriggerDetails.ShouldUpdateActionCenter 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 Boolean value indicating if the Windows Action Center should be updated with the message.
public:
property bool ShouldUpdateActionCenter { bool get(); };
bool ShouldUpdateActionCenter();
public bool ShouldUpdateActionCenter { get; }
var boolean = chatMessageNotificationTriggerDetails.shouldUpdateActionCenter;
Public ReadOnly Property ShouldUpdateActionCenter As Boolean
Property Value
Boolean
bool
A Boolean value indicating if the Windows Action Center should be updated.
Windows requirements
App capabilities |
chat
chatSystem
smsSend
|