NotificationData.SequenceNumber Property

Definition

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

UInt32

unsigned int

uint32_t

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.

Applies to