ProfilePropertyGroup.Item Property (BCL)

The Item property retrieves the ProfileProperty instance by name.

Definition

[Visual Basic .NET]

Public ReadOnly Property Item( _
  ByValpropertyName As System.String _
) As ProfileProperty

[C#]

public ProfileProperty Item(
  System.String propertyName){get;} 

Parameters

[Visual Basic .NET]

  • propertyName
    A System.String containing the name of the property.

[C#]

  • propertyName
    A System.String containing the name of the property.

Property Value

The ProfileProperty object.

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.