AddWalletItemResult.Item Property

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

Syntax

'Declaration
Public Property Item As WalletItem
public WalletItem Item { get; internal set; }
public:
property WalletItem^ Item {
    WalletItem^ get ();
    internal: void set (WalletItem^ value);
}
member Item : WalletItem with get, internal set

Property Value

Type: Microsoft.Phone.Wallet.WalletItem

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

AddWalletItemResult Class

Microsoft.Phone.Tasks Namespace