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)
'Declaration
Public Overridable ReadOnly Property SupportsUserEmail As Boolean
Get
'Usage
Dim instance As UserManager
Dim value As Boolean
value = instance.SupportsUserEmail
public virtual bool SupportsUserEmail { get; }
public:
virtual property bool SupportsUserEmail {
bool get ();
}
abstract SupportsUserEmail : bool
override SupportsUserEmail : bool
function get SupportsUserEmail () : boolean
Type: System.Boolean
true if the store is an IUserEmailStore; otherwise, false.
UserManager<TUser, TKey> Class