IdentityUser<TKey,TUserClaim,TUserRole,TUserLogin>.PhoneNumberConfirmed Property

Definition

Gets or sets a flag indicating if a user has confirmed their telephone address.

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

Property Value

True if the telephone number has been confirmed, otherwise false.

Applies to