Share via


OrderFormCollection.Item(Int32) 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( _
  ByValindex As System.Int32 _
) As OrderForm

[C#]

public OrderForm Item(
  System.Int32 index){get;} 

Parameters

[Visual Basic .NET]

  • index
    The index of the order form.

[C#]

  • index
    The index of the order form.

Property Value

The OrderForm object for the specified index.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Orders

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.