UserManager<TUser>.SupportsUserPhoneNumber Property

Definition

Gets a flag indicating whether the backing user store supports user telephone numbers.

public:
 virtual property bool SupportsUserPhoneNumber { bool get(); };
public virtual bool SupportsUserPhoneNumber { get; }
member this.SupportsUserPhoneNumber : bool
Public Overridable ReadOnly Property SupportsUserPhoneNumber As Boolean

Property Value

true if the backing user store supports user telephone numbers, otherwise false.

Applies to