Share via


ContentSelectionContext.Item Property (BCL)

The Item property is a read/write object that gets or set a value in the dictionary.

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 dictionary key of the value to get or set.

[C#]

  • key
    The dictionary key of the value to get or set.

Property Value

Value of the dictionary to get or set.

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.