System.Web.Profile.ProfileManager: Property Members

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

See Also: Inherited members from System.Object

Public Properties

static
ApplicationNamestring.

Gets or sets the name of the application for which to store and retrieve profile information.

[read-only]
static
AutomaticSaveEnabledbool.

Gets a value indicating whether the user profile will be automatically saved at the end of the execution of an ASP.NET page.

[read-only]
static
Enabledbool.

Gets a value indicating whether the user profile is enabled for the application.

[read-only]
static
ProviderProfileProvider.

Gets a reference to the default profile provider for the application.

[read-only]
static
ProvidersProfileProviderCollection.

Gets a collection of the profile providers for the ASP.NET application.