WalletAddresses.Payments Property

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

Gets or sets the payments address associated with the Wallet item. This property is not supported by Deal Wallet items.

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

Syntax

Public Property Payments As WalletAddress
public WalletAddress Payments { get; set; }

Property Value

Type: Microsoft.Phone.Wallet..::.WalletAddress
The payments address associated with the Wallet item.

Exceptions

Exception Condition
NotSupportedException

The Wallet item is a Deal item, and therefore does not support this property.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

WalletAddresses Class

Microsoft.Phone.Wallet Namespace