ProfilePropertyGroupCollection.Item (String) Property (BCL)

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

Definition

[Visual Basic .NET]

Public ReadOnly Property Item( _
  ByValindex As System.String _
) As ProfilePropertyGroup

[C#]

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

Parameters

[Visual Basic .NET]

  • name
    The name of the ProfilePropertyGroup in the collection.

[C#]

  • name
    The name of the ProfilePropertyGroup in the collection.

Property Value

The name of the ProfilePropertyGroup in the collection.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Profiles

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

See Also

Code to Create and Set Profile Properties

Code to Retrieve and Display Profile Properties

Copyright © 2005 Microsoft Corporation.
All rights reserved.