WalletItemCollection.GetById Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets the WalletItem associated with the specified ID.

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

Syntax

Public Function GetById ( _
    id As String _
) As WalletItem
public WalletItem GetById(
    string id
)

Parameters

Return Value

Type: Microsoft.Phone.Wallet..::.WalletItem
The wallet item that matches the specified ID if it is found; Otherwise, null.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

WalletItemCollection Class

Microsoft.Phone.Wallet Namespace