ProfilePropertyGroup Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Abstraction for a profile property group. Represents a collection of profile properties and/or groups. This class cannot be inherited.
The ProfilePropertyGroup type exposes the following members.
Methods
Name | Description | |
---|---|---|
Dispose | Use this method to release resources by the ProfilePropertyGroup object. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Item | Gets a ProfileProperty from the ProfilePropertyGroup, based upon the specified name. | |
Name | Gets the name of the property group. | |
Properties | Gets the property collection from the property group. | |
PropertyGroups | Gets the property groups collection from the property group. |
Top