System.Web.Security.MembershipUser.Comment Property

Gets or sets application-specific information for the membership user.

Syntax

public virtual string Comment { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

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.

Requirements

Namespace: System.Web.Security
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0