ShellTile.NavigationUri Property

Namespace:  Microsoft.Phone.Shell
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public Property NavigationUri As Uri
public Uri NavigationUri { get; private set; }
public:
property Uri^ NavigationUri {
    Uri^ get ();
    private: void set (Uri^ value);
}
member NavigationUri : Uri with get, private set

Property Value

Type: System.Uri

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

ShellTile Class

Microsoft.Phone.Shell Namespace