WalletItem.CustomerName Property

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

Gets or sets the customer name of the wallet item.

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

Syntax

Public Property CustomerName As String
public string CustomerName { get; set; }
<object CustomerName="string" .../>

Property Value

Type: System..::.String
The customer name of the wallet item.

Remarks

This is typically the name of the cardholder that owns this wallet item.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

WalletItem Class

Microsoft.Phone.Wallet Namespace