Share via


ContentSelectionContextCollection.Item Property (BCL)

The Item property is a read-only ContentSelectionContext object that allows for accessing a ContentSelectionContext object by name.

Definition

[Visual Basic .NET]

Public ReadOnly Property Item( _
  ByValname As System.String _
) As ContentSelectionContext

[C#]

public ContentSelectionContext Item(
  System.String name){get;} 

Parameters

[Visual Basic .NET]

  • name
    The name of the ContentSelectionContext object.

[C#]

  • name
    The name of the ContentSelectionContext object.

Property Value

The value of the ContentSelectionContext object.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Targeting

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.