UserManager<TUser, TKey>.SupportsUserRole Property

 

Gets a value that indicates whether the store is an IUserRoleStore.

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

Syntax

public virtual bool SupportsUserRole { get; }
public:
property bool SupportsUserRole {
    virtual bool get();
}
abstract SupportsUserRole : bool with get
override SupportsUserRole : bool with get
Public Overridable ReadOnly Property SupportsUserRole As Boolean

Property Value

Type: System.Boolean

true if the store is an IUserRoleStore; otherwise, false.

See Also

UserManager<TUser, TKey> Class
Microsoft.AspNet.Identity Namespace
ASP.NET Identity

Return to top