System.Web.Profile.ProfileBase: Method Members

The methods of System.Web.Profile.ProfileBase are listed below. For a list of all members, see the ProfileBase Members list.

See Also: Inherited members from System.Configuration.SettingsBase

Public Methods

static
Create(string) : ProfileBase

Used by ASP.NET to create an instance of a profile for the specified user name.

static
Create(string, bool) : ProfileBase

Used by ASP.NET to create an instance of a profile for the specified user name. Takes a parameter indicating whether the user is authenticated or anonymous.

GetProfileGroup(string) : ProfileGroupBase

Gets a group of properties identified by a group name.

GetPropertyValue(string) : object

Gets the value of a profile property.

Initialize(string, bool)

Initializes the profile property values and information for the current user.

override
Save()

Updates the profile data source with changed profile property values.

SetPropertyValue(string, object)

Sets the value of a profile property.