Wallet.Remove Method (String)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Deletes the wallet item with the given ID from wallet.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Parameters
- id
- Type: System.String
The ID of the wallet item to remove.
Return Value
Type: System.Booleantrue if the item was in the wallet and was removed; Otherwise, false.
Show: