Share via


UserManager<TUser, TKey>.SupportsUserEmail Property

Gets a value that indicates whether the store is an IUserEmailStore.

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

Syntax

public virtual bool SupportsUserEmail { get; }

Property Value

Type: System.Boolean
true if the store is an IUserEmailStore; otherwise, false.

See Also

Reference

UserManager<TUser, TKey> Class

Microsoft.AspNet.Identity Namespace

Other Resources

ASP.NET Identity