Share via


ProfileProperty.GetProfiles (String) Method (BCL)

Use this method to retrieve a profile object collection of the specified profile type, using the current property values as the values for the primary key.

Definition

[Visual Basic .NET]

Public Function GetProfiles( _
ByValprofileType As System.String, _
) As Microsoft.CommerceServer.Runtime.Profiles.ProfileCollection

[C#]

public Microsoft.CommerceServer.Runtime.Profiles.ProfileCollection GetProfiles(
System.StringprofileType,
);

Parameters

[Visual Basic .NET]

  • profileType
    A String that contains the profile type of interest.

[C#]

  • profileType
    A String that contains the profile type of interest.

Return Value

A profile object collection of the specified profile type

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Profiles

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.