LineItemId Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the system-wide identifier for the current line item.
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 LineItem
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
A GUID containing a system-wide unique identifier.
Remarks
Returns the system-wide identifier for the current line item.
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.