Share via


ParentLineItem Property

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

Gets the parent line item that the current instance is associated with.

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

Syntax

'Declaration
Public ReadOnly Property ParentLineItem As LineItem
'Usage
Dim instance As DiscountApplicationRecord
Dim value As LineItem

value = instance.ParentLineItem
public LineItem ParentLineItem { get; }
public:
property LineItem^ ParentLineItem {
    LineItem^ get ();
}
public function get ParentLineItem () : LineItem

Property Value

Type: Microsoft.CommerceServer.Runtime.Orders..::.LineItem
The parent line item that the current instance is associated with.

Remarks

Gets the parent line item that the current instance is associated with.

Permissions

See Also

Reference

DiscountApplicationRecord Class

DiscountApplicationRecord Members

Microsoft.CommerceServer.Runtime.Orders Namespace