ParentOrderGroup Property

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

Gets the order group to which the current address 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 OrderAddress
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 of the current instance.

Remarks

The reference to the parent order group-derived class, or nullNothingnullptra null reference (Nothing in Visual Basic) if the address does not belong to an order address collection.

Permissions

See Also

Reference

OrderAddress Class

OrderAddress Members

Microsoft.CommerceServer.Runtime.Orders Namespace