This topic has not yet been rated - Rate this topic

Reminder.NavigationUri Property

Windows Phone

March 22, 2012

Gets or sets the navigation URI that is passed to the application when it is launched from the reminder.

Namespace:  Microsoft.Phone.Scheduler
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)
public Uri NavigationUri { get; set; }

Property Value

Type: System.Uri
The navigation URI that is passed to the application when launched from the reminder.

The URI must be of type UriKind.Relative and cannot exceed 128 characters. It must be a path to an application page, relative to the application root. For example, “/MainPage.xaml”.

Windows Phone OS

Supported in: 7.1

Windows Phone

Did you find this helpful?
(1500 characters remaining)