Documentation for this section has not yet been entered.
The MembershipUser.Comment property can be used to store custom information for a membership user that is specific to an application. The amount of information that can be stored in the MembershipUser.Comment property for a System.Web.Security.MembershipUser is defined by the membership provider referenced by the MembershipUser.ProviderName property. If your application requires more space to store user information than is allowed by the membership provider, you can implement a custom membership provider, or use the user System.Web.Profile.