Share via


PipelineInfo.Item Property (BCL)

The Item property is a read/write Object that sets and retrieves the item at the specified index.

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 key to get or set.

[C#]

  • keyName
    The name of the key to get or set.

Property Value

The name of the specified key.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Orders

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.