Share via


OrderGroup.Item Property (BCL)

The Item property is a read/write object that retrieves and sets the value of a top-level property on the OrderGroup 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
    The name of the property to set or retrieve.

[C#]

  • keyName
    The name of the property to set or retrieve.

Property Value

The value of the property to set or retrieve on the OrderGroup object.

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.