ProfilePropertyAttributeCollection.Item(Int32) Property (BCL)

The Item property allows for accessing the ProfilePropertyAttribute collection items by index.

Definition

[Visual Basic .NET]

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

[C#]

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

Parameters

[Visual Basic .NET]

  • index
    Specifies the zero-based index item in the ProfilePropertyAttribute collection to return.

[C#]

  • index
    Specifies the zero-based index item in the ProfilePropertyAttribute collection to return.

Property Value

The handle to the specified ProfilePropertyAttribute 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.