IWalletTransactionHistory.TransactionHistory Property

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

Gets an ordered list of transaction history.

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

Syntax

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

Property Value

Type: System.Collections.Generic..::.IDictionary<(Of <(String, WalletTransaction>)>)
An ordered list of transaction history.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

IWalletTransactionHistory Interface

Microsoft.Phone.Wallet Namespace