PushNotificationReceivedEventArgs.BadgeNotification Property

Definition

Gets the content of a badge update to perform in response to this push notification.

public:
 property BadgeNotification ^ BadgeNotification { BadgeNotification ^ get(); };
BadgeNotification BadgeNotification();
public BadgeNotification BadgeNotification { get; }
var badgeNotification = pushNotificationReceivedEventArgs.badgeNotification;
Public ReadOnly Property BadgeNotification As BadgeNotification

Property Value

Holds the update information. If NotificationType is not of type Badge, this value is NULL.

Windows requirements

App capabilities
internetClient

Applies to

See also