This topic has not yet been rated - Rate this topic

ScheduledToastNotification.Id | id property

Gets a developer-specified value used to identify a specific scheduled toast.

Syntax


var id = scheduledToastNotification.id;
scheduledToastNotification.id = id;

Property value

Type: String [JavaScript] | System.String [.NET] | Platform::String [C++]

The identifier. This string is limited to 16 characters.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Notifications
Windows::UI::Notifications [C++]

Metadata

Windows.winmd

See also

ScheduledToastNotification
Scheduled notifications sample
Toast schema
Guidelines and checklist for scheduled notifications

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.