MembershipUser.Comment Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets application-specific information for the membership user.
public:
virtual property System::String ^ Comment { System::String ^ get(); void set(System::String ^ value); };
public virtual string Comment { get; set; }
member this.Comment : string with get, set
Public Overridable Property Comment As String
Property Value
Application-specific information for the membership user.
Remarks
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.