WalletTransactionItemBase.TransactionHistory Property

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

Gets the ordered list of transaction history items for this card.

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

Syntax

Public ReadOnly Property TransactionHistory As IDictionary(Of String, WalletTransaction)
public IDictionary<string, WalletTransaction> TransactionHistory { get; }

Property Value

Type: System.Collections.Generic..::.IDictionary<(Of <(String, WalletTransaction>)>)
The ordered list of transaction history items for this card.

Implements

IWalletTransactionHistory..::.TransactionHistory

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

WalletTransactionItemBase Class

Microsoft.Phone.Wallet Namespace