Share via


OrderAddressCollection.Item Property (BCL)

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

Definition

[Visual Basic .NET]

Public ReadOnly Property Item( _
  ByValaddressID As System.String _
) As OrderAddress

[C#]

public OrderAddress Item(
  System.String addressID){get;} 

Parameters

[Visual Basic .NET]

  • addressID
    The address ID.

[C#]

  • addressID
    The address ID.

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.