Share via


OrderAddress.Item Property (BCL)

The Item property is a read/write Object that accesses the value of the specified order address property on the underlying Dictionary COM interop object.

Definition

[Visual Basic .NET]

Public Property Item( _
  ByValkeyName As System.String _
) As System.Object

[C#]

public System.Object Item(
  System.String keyName){get; set;} 

Parameters

[Visual Basic .NET]

  • keyName
    Name of the property.

[C#]

  • keyName
    Name of the property.

Property Value

This property accesses the specified order address property on the underlying Dictionary COM interop object.

Remarks

If the specified key is not set, then the value returned is null.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Orders

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.