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.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
| Exception | Condition |
|---|---|
| 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.
Show: