Share via


PipelineCollection.Item(String) Property (BCL)

The Item property is a read-only PipelineBase object indexed by the pipeName parameter.

Definition

[Visual Basic .NET]

Public ReadOnly Property Item( _
  ByValpipeName As System.String _
) As PipelineBase

[C#]

public PipelineBase Item(
  System.String pipeName){get;} 

Parameters

[Visual Basic .NET]

  • pipeName
    The name of the PipelineBase object to retrieve.

[C#]

  • pipeName
    The name of the PipelineBase object to retrieve.

Property Value

The PipelineBase object indexed by the pipeName parameter.

Remarks

The property throws an ArgumentNullException if the pipeName parameter is null.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Pipelines

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.