IRole Interface

Minimal set of data needed to persist role data

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

Syntax

'Declaration
Public Interface IRole
'Usage
Dim instance As IRole
public interface IRole
public interface class IRole
type IRole =  interface end
public interface IRole

The IRole type exposes the following members.

Properties

  Name Description
Public property Id Id of the role
Public property Name

Top

See Also

Reference

Microsoft.AspNet.Identity Namespace