ScheduledTask.Description Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the description of the ScheduledTask. This string is displayed to the user in the Background Tasks settings page on the device.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.
This field is required for Periodic Agents. Set this to a non-empty string before calling Add(ScheduledAction) or an exception will be thrown.
Show: