Share via


OrderGroup.OrderForms Property (BCL)

The OrderForms property is a read-only OrderFormCollection that retrieves the OrderForm collection associated with the OrderGroup object.

Definition

[Visual Basic .NET]

Public ReadOnly Property OrderForms As OrderFormCollection

[C#]

public OrderFormCollection OrderForms{get;} 

Property Value

The OrderFormCollection object associated with the OrderGroup 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.