IRole Interface

 

Defines the set of data needed to persist role information.

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

Syntax

public interface IRole : IRole<string>
public interface class IRole : IRole<String^>
type IRole = 
    interface
        interface IRole<string>
    end
Public Interface IRole
    Inherits IRole(Of String)

Properties

Name Description
System_CAPS_pubproperty Id

The Id of the role(Inherited from IRole<TKey>.)

System_CAPS_pubproperty Name

The name of the role(Inherited from IRole<TKey>.)

See Also

Microsoft.AspNet.Identity Namespace
ASP.NET Identity

Return to top