WalletItemCollection.GetById Method

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

Syntax

'Declaration
Public Function GetById ( _
    id As String _
) As WalletItem
public WalletItem GetById(
    string id
)
public:
WalletItem^ GetById(
    String^ id
)
member GetById : 
        id:string -> WalletItem

Parameters

Return Value

Type: Microsoft.Phone.Wallet.WalletItem

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

WalletItemCollection Class

Microsoft.Phone.Wallet Namespace