System.Web.Profile.ProfileManager.Provider Property

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

Syntax

public static ProfileProvider Provider { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The ProfileManager.Provider property enables you to reference the default profile provider for an application directly. This is commonly used to access custom members of the profile provider that are not part of the System.Web.Profile.ProfileProvider abstract base class.

Requirements

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