Share via


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

 

Gets or sets the phone number for the user.

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

Syntax

public virtual string PhoneNumber { get; set; }
public:
property String^ PhoneNumber {
    virtual String^ get();
    virtual void set(String^ value);
}
abstract PhoneNumber : string with get, set
override PhoneNumber : string with get, set
Public Overridable Property PhoneNumber As String

Property Value

Type: System.String

See Also

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

Return to top