Share via


TargetingProfileCollection.Item Property (BCL)

The Items property is a read-only object that retrieves a profile or a Commerce.Dictionary object from the collection.

Definition

[Visual Basic .NET]

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

[C#]

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

Parameters

[Visual Basic .NET]

  • key
    The name of the key to get.

[C#]

  • key
    The name of the key to get.

Property Value

A profile or a Commerce.Dictionary object from the collection.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Targeting

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.