OrderForm Constructor (IOrderForm, String) (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 _
ByValorderFormName As System.String _
)
[C#]
public OrderForm(ByValorderForm As Microsoft.CommerceServer.Interop.Orders.IOrderForm _
System.StringorderFormName);
Parameters
[Visual Basic .NET]
- orderForm
The OrderForm object. - orderFormName
The OrderForm object name.
[C#]
- orderForm
The OrderForm object. - orderFormName
The OrderForm object name.
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.