AppNotificationProgressData.SequenceNumber Property

Definition

Gets or sets a non-zero integer that specifies the order of progress data updates.

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 = appNotificationProgressData.sequenceNumber;
appNotificationProgressData.sequenceNumber = uInt32;
Public Property SequenceNumber As UInteger

Property Value

UInt32

unsigned int

uint32_t

A non-zero integer that specifies the order of progress data updates.

Remarks

When multiple AppNotificationProgressData objects are received, the platform displays the data with the greatest non-zero number.

Applies to