UserNotification.AppInfo 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 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.