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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.