NotificationData.SequenceNumber 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 or sets the sequence number of this notification data. The system uses the sequence number to determine whether the notification data is out-of-date.
public:
property unsigned int SequenceNumber { unsigned int get(); void set(unsigned int value); };
uint32_t SequenceNumber();
void SequenceNumber(uint32_t value);
public uint SequenceNumber { get; set; }
var uInt32 = notificationData.sequenceNumber;
notificationData.sequenceNumber = uInt32;
Public Property SequenceNumber As UInteger
Property Value
A value greater than or equal to 0 that specifies the sequence number of this notification data. When multiple NotificationData objects are received, the system displays the NotificationData with the greatest non-zero number. Setting this value to 0 causes it to always displays.