System.Web.Security.Membership.Provider Property

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

Syntax

public static MembershipProvider Provider { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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

Requirements

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