Share via


ContentSelector.Item Property (BCL)

The Item property is a read/write object that gets or sets a value in the ContentSelector dictionary of name/value pairs.

Definition

[Visual Basic .NET]

Public Property Item( _
  ByValkey As System.String _
) As System.Object

[C#]

public System.Object Item(
  System.String key){get; set;} 

Parameters

[Visual Basic .NET]

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

[C#]

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

Property Value

A value in the ContentSelector dictionary of name/value pairs.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Targeting

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

See Also

Code to Display Targeted Advertisements on an ASP.NET Web Form

Copyright © 2005 Microsoft Corporation.
All rights reserved.