MembershipUser.Comment Property
Gets or sets application-specific information for the membership user.
Assembly: System.Web.ApplicationServices (in System.Web.ApplicationServices.dll)
The 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 Comment property for a MembershipUser is defined by the membership provider referenced by the 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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.