OrderAddress Constructor

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Initializes a new instance of the OrderAddress class.

Namespace:  Microsoft.CommerceServer.Runtime.Orders
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Public Sub New
'Usage

Dim instance As New OrderAddress()
public OrderAddress()
public:
OrderAddress()
public function OrderAddress()

Remarks

OrderAddress represents an address associated with the OrderGroup. Order addresses are uniquely identified by the address ID but they can also be tagged with a user friendly name. Order addresses are created as stand alone entities, then are added to an OrderAddressCollection.

All properties and methods of the OrderAddress, unless noted in the documentation, will behave the same whether or not the order address has been added to the order address collection.

OrderAddress implements IEnumerable to allow for enumeration over all weakly-typed properties in the order address.

Permissions

See Also

Reference

OrderAddress Class

OrderAddress Members

OrderAddress Overload

Microsoft.CommerceServer.Runtime.Orders Namespace