Share via


OrderForm.Item Property (BCL)

The Item property is a read/write object that retrieves or sets the value of the specified order form property.

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
    The name of the property.

[C#]

  • keyName
    The name of the property.

Property Value

The value of the specified order form property

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Orders

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

See Also

Example Code for the Microsoft.CommerceServer.Runtime.Orders Namespace

Copyright © 2005 Microsoft Corporation.
All rights reserved.