WalletItem.MessageNavigationUri Property

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

Gets or sets Uri of the app to launch when the user taps the status message.

Namespace:  Microsoft.Phone.Wallet
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

Public Property MessageNavigationUri As Uri
public Uri MessageNavigationUri { get; set; }
<object MessageNavigationUri="Uri" .../>

Property Value

Type: System..::.Uri
The Uri of the app to launch when the users taps the status message.

Exceptions

Exception Condition
ArgumentOutOfRangeException

The specified Uri must be a relative Uri.

Remarks

The Uri must be a relative Uri.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

WalletItem Class

Microsoft.Phone.Wallet Namespace