WalletTransactionItemBase.BillingAddress Property

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

Syntax

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

Property Value

Type: Microsoft.Phone.Wallet.WalletAddress

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

WalletTransactionItemBase Class

Microsoft.Phone.Wallet Namespace