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 address 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 OrderAddressCollection
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 object to which the current instance belongs.

Remarks

ParentOrderGroup is set when the order address collection is created.

Returns an OrderGroup, describing the parent order group to which these order address items belong.

Permissions

See Also

Reference

OrderAddressCollection Class

OrderAddressCollection Members

Microsoft.CommerceServer.Runtime.Orders Namespace