ProfilePropertyGroupCollection.Item (Int32) Property (BCL)

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

Definition

[Visual Basic .NET]

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

[C#]

public ProfilePropertyGroup Item(
  System.Int32 index){get;} 

Parameters

[Visual Basic .NET]

  • index
    The index of the ProfilePropertyGroup in the collection.

[C#]

  • index
    The index of the ProfilePropertyGroup in the collection.

Property Value

The value of the index.

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.