Share via


ProfilePropertyCollection.Item(String) Property (BCL)

The Item property is an indexer to allow for accessing the ProfileProperty collection by name.

Definition

[Visual Basic .NET]

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

[C#]

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

Parameters

[Visual Basic .NET]

  • name
    A System.String containing the name of the ProfileProperty collection.

[C#]

  • name
    A System.String containing the name of the ProfileProperty collection.

Property Value

The handle to the specified ProfileProperty instance.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Profiles

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.