UserManager<TUser>.SupportsUserEmail Property

Definition

Gets a flag indicating whether the backing user store supports user emails.

public:
 virtual property bool SupportsUserEmail { bool get(); };
public virtual bool SupportsUserEmail { get; }
member this.SupportsUserEmail : bool
Public Overridable ReadOnly Property SupportsUserEmail As Boolean

Property Value

true if the backing user store supports user emails, otherwise false.

Applies to