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)

Syntax

Public Shared Function Remove ( _
    id As String _
) As Boolean
public static bool Remove(
    string id
)

Parameters

Return Value

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

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

Wallet Class

Remove Overload

Microsoft.Phone.Wallet Namespace