ProfileProperty Class (BCL)

Creates an abstraction for the profile property.

This class is sealed.

System.Object
**** Microsoft.CommerceServer.Runtime.Profiles.ProfileProperty

Public Instance Methods

Method Description
Dispose Releases resources used by this object.
GetProfiles(String) Retrieves a profile object collection of the specified profile type, using the current property values as the values for the primary key.
GetProfiles(String, String) Retrieves a profile object collection of the specified profile type by the specified key member name, using the current property values as the values the primary key.

 

Public Instance Properties

Property Description
Attributes Retrieves the profile property attributes collection.
IsMultivalued Indicates if this is a multivalued property.
MaxSize Gets maximum size for this property.
Name Retrieves the property name.
Type Retrieves the profile property data type.
Value Accesses the property value.

 

Remarks

 When assigning values to the ProfileProperty.Value member, do not pass an array of strings with one or more null elements. Doing so will cause an exception to be thrown, and the ProfileProperty.Value member assignment will not occur.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Profiles

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.