Share via


Basket.SetBillingAddress (String) Method (BCL)

Use this method to set the billing address property on every order form in the basket.

Definition

[Visual Basic .NET]

Public Sub SetBillingAddress( _ByValbillingAddress As System.String _
) 

[C#]

public void SetBillingAddress(System.StringbillingAddress);

Parameters

[Visual Basic .NET]

  • billingAddress
    The billing address ID.

[C#]

  • billingAddress
    The billing 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.