Share via


OrderForm Constructor (IOrderForm) (BCL)

Use this method to create a new instance of the OrderForm class with the specified attributes.

Definition

[Visual Basic .NET]

Public Sub New( _ByValorderForm As Microsoft.CommerceServer.Interop.Orders.IOrderForm _
) 

[C#]

public OrderForm(Microsoft.CommerceServer.Interop.Orders.IOrderFormorderForm);

Parameters

[Visual Basic .NET]

  • orderForm
    The OrderForm object.

[C#]

  • orderForm
    The OrderForm object.

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.