Share via


OrderAddress Constructor (String, String) (BCL)

Use this method to create a new instance of the OrderAddress class with the specified address name and address ID.

Definition

[Visual Basic .NET]

Public Sub New( _ByValaddressName As System.String, _
  ByValaddressID As System.String _
) 

[C#]

public OrderAddress(System.StringaddressName,
  System.StringaddressID);

Parameters

[Visual Basic .NET]

  • addressName
    Name of this address object.
  • addressID
    The address ID.

[C#]

  • addressName
    Name of this address object.
  • addressID
    The address ID.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Orders

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.