UserValidator<TUser, TKey>.RequireUniqueEmail Property

 

Gets or sets whether unique e-mail is needed for validating the user.

Namespace:   Microsoft.AspNet.Identity
Assembly:  Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)

Syntax

public bool RequireUniqueEmail { get; set; }
public:
property bool RequireUniqueEmail {
    bool get();
    void set(bool value);
}
member RequireUniqueEmail : bool with get, set
Public Property RequireUniqueEmail As Boolean

Property Value

Type: System.Boolean

true if unique e-mail is needed for validating the user; otherwise, false.

See Also

UserValidator<TUser, TKey> Class
Microsoft.AspNet.Identity Namespace
ASP.NET Identity

Return to top