UserNotification
UserNotification
UserNotification
UserNotification
Class
Definition
Represents a notification for a specific user.
public : sealed class UserNotification : IUserNotificationpublic sealed class UserNotification : IUserNotificationPublic NotInheritable Class UserNotification Implements IUserNotification// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
Properties
CreationTime CreationTime CreationTime CreationTime
Gets the time at which the notification was created.
public : DateTime CreationTime { get; }public DateTimeOffset CreationTime { get; }Public ReadOnly Property CreationTime As DateTimeOffset// You can use this property in JavaScript.
- Value
- DateTime DateTimeOffset DateTimeOffset DateTimeOffset
The time at which the notification was created.
Id Id Id Id
Gets the ID of the notification.
public : unsigned int Id { get; }public uint Id { get; }Public ReadOnly Property Id As uint// You can use this property in JavaScript.
- Value
- unsigned int uint uint uint
The ID of the notification.