Share via


LineItemCollection.Remove (LineItem) Method (BCL)

Use this method to remove the specified line item from the collection.

Definition

[Visual Basic .NET]

Public Sub Remove( _ByVallineItem As LineItem _
) 

[C#]

public void Remove(LineItemlineItem);

Parameters

[Visual Basic .NET]

  • lineItem
    The line item to be removed from the collection.

[C#]

  • lineItem
    The line item to be removed from the collection.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Orders

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.