WalletItem.Id Property

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

Gets the Id of the wallet item.

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

Syntax

Public ReadOnly Property Id As String
public string Id { get; }

Property Value

Type: System..::.String
The Id of the wallet item.

Exceptions

Exception Condition
ArgumentException

The Id is already in use.

Remarks

This property is read-only. The default Id for a wallet item is a GUID string. You can change the Id for a wallet item using the UpdateId method.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

WalletItem Class

Microsoft.Phone.Wallet Namespace