Share via


LineItemCollection.Item Property (BCL)

The Item property is a read-only indexer that allows for accessing a collection indexer by integer index.

Definition

[Visual Basic .NET]

Public ReadOnly Property Item( _
  ByValitemIndex As System.Int32 _
) As LineItem

[C#]

public LineItem Item(
  System.Int32 itemIndex){get;} 

Parameters

[Visual Basic .NET]

  • itemIndex
    The index of the item.

[C#]

  • itemIndex
    The index of the item.

Property Value

An indexer for 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.