IdentityUserPhoneNumberConfirmed Property |
[Missing <summary> documentation for "P:VelocityDBExtensions2.AspNet.Identity.IdentityUser.PhoneNumberConfirmed"]
Namespace:
VelocityDBExtensions2.AspNet.Identity
Assembly:
VelocityDBExtensions2 (in VelocityDBExtensions2.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic bool PhoneNumberConfirmed { get; set; }
Public Property PhoneNumberConfirmed As Boolean
Get
Set
public:
property bool PhoneNumberConfirmed {
bool get ();
void set (bool value);
}
member PhoneNumberConfirmed : bool with get, set
Property Value
Type:
Boolean
See Also