ProfilePropertyAttributeCollection.Item(String) Property (BCL)

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

Definition

[Visual Basic .NET]

Public ReadOnly Property Item( _
  ByValname As System.String _
) As ProfilePropertyAttribute

[C#]

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

Parameters

[Visual Basic .NET]

  • name
    A System.String containing the name of the ProfilePropertyAttribute

[C#]

  • name
    A System.String containing the name of the ProfilePropertyAttribute

Property Value

The handle to the specified ProfilePropertyAttribute instance.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Profiles

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.