UserNotification.Notification Property

Definition

Gets the notification content.

public:
 property Notification ^ Notification { Notification ^ get(); };
Notification Notification();
public Notification Notification { get; }
var notification = userNotification.notification;
Public ReadOnly Property Notification As Notification

Property Value

The notification content.

Applies to