UserManager<TUser>.SupportsUserRole Property

Definition

Gets a flag indicating whether the backing user store supports user roles.

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

Property Value

true if the backing user store supports user roles, otherwise false.

Applies to