Share via


OrderForm Constructor (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( _ByValorderFormName As System.String _
) 

[C#]

public OrderForm(System.StringorderFormName);

Parameters

[Visual Basic .NET]

  • orderFormName
    The order form name.

[C#]

  • orderFormName
    The order form 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.