ProfilePropertyCollection.Item(Int32) Property (BCL)

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

Definition

[Visual Basic .NET]

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

[C#]

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

Parameters

[Visual Basic .NET]

  • index
    The index of the ProfileProperty collection.

[C#]

  • index
    The index of the ProfileProperty collection.

Property Value

Handle to the specified ProfileProperty instance.

Remarks

Throws and ArgumentOutOfRange exception if the parameter is out of range.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Profiles

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.