WalletItem.CustomProperties Property

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

Syntax

'Declaration
Public ReadOnly Property CustomProperties As IDictionary(Of String, CustomWalletProperty)
public IDictionary<string, CustomWalletProperty> CustomProperties { get; }
public:
property IDictionary<String^, CustomWalletProperty^>^ CustomProperties {
    IDictionary<String^, CustomWalletProperty^>^ get ();
}
member CustomProperties : IDictionary<string, CustomWalletProperty> with get

Property Value

Type: System.Collections.Generic.IDictionary<String, CustomWalletProperty>

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

WalletItem Class

Microsoft.Phone.Wallet Namespace