ScheduledNotification.Title Property
July 26, 2012
Gets the title of the notification that is displayed to the user when the notification is launched.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.
| Exception | Condition |
|---|---|
| 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). |