Share via


LineItemId Property

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

Gets the system-wide identifier for the current instance.

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

Syntax

'Declaration
Public ReadOnly Property LineItemId As Guid
'Usage
Dim instance As DiscountApplicationRecord
Dim value As Guid

value = instance.LineItemId
public Guid LineItemId { get; }
public:
property Guid LineItemId {
    Guid get ();
}
public function get LineItemId () : Guid

Property Value

Type: System..::.Guid
The line item identifier of the DiscountApplicationRecord.

Remarks

The LineItemId is an identifier to a LineItem. A LineItem represents a product that the user placed in a shopping cart. A LineItem identifies both the product that it represents and the quantity of that product that the user placed in the shopping cart.

Permissions

See Also

Reference

DiscountApplicationRecord Class

DiscountApplicationRecord Members

Microsoft.CommerceServer.Runtime.Orders Namespace