IdentityUser<TKey, TLogin, TRole, TClaim>.PhoneNumberConfirmed Property

 

Gets or sets the value that indicates whether the phone number is confirmed. The default is false.

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

Syntax

public virtual bool PhoneNumberConfirmed { get; set; }
public:
property bool PhoneNumberConfirmed {
    virtual bool get();
    virtual void set(bool value);
}
abstract PhoneNumberConfirmed : bool with get, set
override PhoneNumberConfirmed : bool with get, set
Public Overridable Property PhoneNumberConfirmed As Boolean

Property Value

Type: System.Boolean

See Also

IdentityUser<TKey, TLogin, TRole, TClaim> Class
Microsoft.AspNet.Identity.EntityFramework Namespace
ASP.NET Identity

Return to top