UserNotificationChangedEventArgs.UserNotificationId 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 the ID of the user notification that changed.
public:
property unsigned int UserNotificationId { unsigned int get(); };
uint32_t UserNotificationId();
public uint UserNotificationId { get; }
var uInt32 = userNotificationChangedEventArgs.userNotificationId;
Public ReadOnly Property UserNotificationId As UInteger
Property Value
The ID of the user notification that changed.