GetById Method
Collapse the table of content
Expand the table of content

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)

'Declaration
Public Function GetById ( _
	id As String _
) As WalletItem

Parameters

id
Type: System.String
The unique, app-defined, ID.

Return Value

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

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft