0 out of 1 rated this helpful - Rate this topic

ScheduledNotification.Title Property

July 26, 2012

Gets the title of the notification that is displayed to the user when the notification is launched.

Namespace:  Microsoft.Phone.Scheduler
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.
public virtual string Title { get; set; }
<object Title="string" .../>

Property Value

Type: System.String
The title of the notification.
ExceptionCondition
ArgumentNullException

The title string cannot be null.

ArgumentOutOfRangeException

The title string cannot be zero length. The maximum length of the title string is 63 characters. The string can contain only printable ASCII characters (character values between 32 and 126).

The maximum length of the title string is 63 characters. The string can contain only printable ASCII characters (character values between 32 and 126).

Windows Phone OS

Supported in: 7.1

Windows Phone

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.