ProfileProperty Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Abstraction for profile property. This class cannot be inherited.
The ProfileProperty type exposes the following members.
Methods
Name | Description | |
---|---|---|
Dispose | Use this method to release resources by the ProfileProperty object. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetProfiles | Overloaded. Retrieves a profile object collection of the specified profile type. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Attributes | Gets the profile property attributes collection. | |
IsMultivalued | Gets a value indicating if this is a multivalued property. | |
MaxSize | Gets the max storage size (in bytes) for this property. | |
Name | Gets the property name. | |
Type | Gets the profile property data type. | |
Value | Gets or sets the property value. |
Top