Id Property

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)

'Declaration
Public ReadOnly Property Id As String

Property Value

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

ExceptionCondition
ArgumentException

The Id is already in use.

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.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft