Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.
See Also
Reference
DiscountApplicationRecord Class