RefreshDataEventArgs.Items Property

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

Syntax

'Declaration
Public Property Items As IList(Of WalletItem)
public IList<WalletItem> Items { get; internal set; }
public:
property IList<WalletItem^>^ Items {
    IList<WalletItem^>^ get ();
    internal: void set (IList<WalletItem^>^ value);
}
member Items : IList<WalletItem> with get, internal set

Property Value

Type: System.Collections.Generic.IList<WalletItem>

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

RefreshDataEventArgs Class

Microsoft.Phone.Wallet Namespace