Gets or sets a type reference for a custom type derived from System.Web.Profile.ProfileBase.
Documentation for this section has not yet been entered.
At run time, the ASP.NET compilation system uses the information specified in the profile section of the configuration to generate a class called ProfileCommon, which is derived from System.Web.Profile.ProfileBase. To customize the information this class provides, you can set the ProfileSection.Inherits property to the name of a type you create that derives from System.Web.Profile.ProfileBase, and the compilation system will use this custom type as the base class for ProfileCommon.
If you provide a type reference in the ProfileSection.Inherits property, you can define properties in your custom types that are not defined with a property element.
For more information about the profile features added to vstecasplong, see ASP.NET Profile Properties Overview.