Message Property

WalletItem.Message Property

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

Gets or sets the status message of the wallet item.

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

public string Message { get; set; }
<object Message="string" .../>

Property Value

Type: System.String
The status message of the wallet item.

This can be used to display a message to the user. An example is: “Tap here for an offer on[x]” or “Tap here to see your [y]”

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft