ProfileCollection.Item(Int32) Property (BCL)

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

Definition

[Visual Basic .NET]

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

[C#]

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

Parameters

[Visual Basic .NET]

  • index
    Integer signifying the index value.

[C#]

  • index
    Integer signifying the index value.

Property Value

An Integer that serves as the index to the Profile collection.

Implements

System.Collections.ICollection

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Profiles

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.