Share via


OrderFormCollection.ParentOrderGroup Property (BCL)

The ParentOrderGroup property is a read-only OrderGroup that retrieves the order group owning this line item.

Definition

[Visual Basic .NET]

Public ReadOnly Property ParentOrderGroup As OrderGroup

[C#]

public virtual OrderGroup ParentOrderGroup{get;} 

Property Value

The OrderGroup object that owns the line item.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Orders

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.