Dijeli putem


ParentOrderGroup Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets the order group to which the current order form collection belongs.

Namespace:  Microsoft.CommerceServer.Runtime.Orders
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Public ReadOnly Property ParentOrderGroup As OrderGroup
'Usage
Dim instance As OrderFormCollection
Dim value As OrderGroup

value = instance.ParentOrderGroup
public OrderGroup ParentOrderGroup { get; }
public:
property OrderGroup^ ParentOrderGroup {
    OrderGroup^ get ();
}
public function get ParentOrderGroup () : OrderGroup

Property Value

Type: Microsoft.CommerceServer.Runtime.Orders..::.OrderGroup
The OrderGroup to which the current instance belongs.

Remarks

This property is set when the OrderFormCollection is created.

Returns an OrderGroup, describing the parent order group to which these order form objects belong.

Permissions

See Also

Reference

OrderFormCollection Class

OrderFormCollection Members

Microsoft.CommerceServer.Runtime.Orders Namespace