System.Web.Security.MembershipProvider.RequiresUniqueEmail Property

Gets a value indicating whether the membership provider is configured to require a unique e-mail address for each user name.

Syntax

public abstract bool RequiresUniqueEmail { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The MembershipProvider.RequiresUniqueEmail property indicates whether users must supply a unique e-mail address value when creating a user. If a user already exists in the data source for the current MembershipProvider.ApplicationName, then the MembershipProvider.CreateUser(string, string, string, string, string, bool, object, MembershipCreateStatus@) method returns null and a status value of MembershipCreateStatus.DuplicateEmail.

Requirements

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