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.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Parameters
- id
- Type: System.String
The unique, app-defined, ID.
Return Value
Type: Microsoft.Phone.Wallet.WalletItemThe wallet item that matches the specified ID if it is found; Otherwise, null.
Show: