AppNotificationProgressData.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 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
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.