Remove Method (String)
Collapse the table of content
Expand the table of content

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.

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

public static bool Remove(
	string id
)

Parameters

id
Type: System.String
The ID of the wallet item to remove.

Return Value

Type: System.Boolean
true if the item was in the wallet and was removed; Otherwise, false.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft