UserNotification.AppInfo Property

Definition

Gets info about the app that owns the notification.

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

Property Value

The app that owns the notification.

Applies to