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; }
public:
property bool SupportsUserEmail {
    virtual bool get();
}
abstract SupportsUserEmail : bool with get
override SupportsUserEmail : bool with get
Public Overridable ReadOnly Property SupportsUserEmail As Boolean

Property Value

Type: System.Boolean

true if the store is an IUserEmailStore; otherwise, false.

See Also

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

Return to top