IdentityRole Constructor (String)

Constructor

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

Syntax

'Declaration
Public Sub New ( _
    roleName As String _
)
'Usage
Dim roleName As String 

Dim instance As New IdentityRole(roleName)
public IdentityRole(
    string roleName
)
public:
IdentityRole(
    String^ roleName
)
new : 
        roleName:string -> IdentityRole
public function IdentityRole(
    roleName : String
)

Parameters

See Also

Reference

IdentityRole Class

IdentityRole Overload

Microsoft.AspNet.Identity.EntityFramework Namespace