OrderForm.BillingAddress Property (BCL)
The BillingAddress property is a read/write string that retrieves or sets the billing_address_id key on the order form.
Definition
[Visual Basic .NET]
Public Property BillingAddress As System.String
[C#]
public System.String BillingAddress{get; set;}
Property Value
The billing_address_id key on the order form.
Requirements
Namespace: Microsoft.CommerceServer.Runtime.Orders
Platforms: Windows 2000, Windows Server 2003
Assembly: Microsoft.CommerceServer.Runtime.dll
See Also
Example Code for the Microsoft.CommerceServer.Runtime.Orders Namespace
Copyright © 2005 Microsoft Corporation.
All rights reserved.