Reminder.NavigationUri Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

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)

Syntax

Public Property NavigationUri As Uri
public Uri NavigationUri { get; set; }

Property Value

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

Remarks

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”.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

Reminder Class

Microsoft.Phone.Scheduler Namespace