OrderForm.SetShippingAddress (String) Method (BCL)
Use this method to set the specified shipping address on the order form. This method sets the shipping address property on every line item of the order form. There is no shipping address on the order form itself.
Definition
[Visual Basic .NET]
Public Sub SetShippingAddress( _ByValshippingAddress As System.String _
)
[C#]
public void SetShippingAddress(System.StringshippingAddress);
Parameters
[Visual Basic .NET]
- shippingAddress
The shipping address ID.
[C#]
- shippingAddress
The shipping address ID.
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.