IdentityRole Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| IdentityRole() |
Constructor |
| IdentityRole(String) |
Constructor |
IdentityRole()
Constructor
public:
IdentityRole();
public IdentityRole ();
Public Sub New ()
Applies to
IdentityRole(String)
Constructor
public:
IdentityRole(System::String ^ roleName);
public IdentityRole (string roleName);
new Microsoft.AspNet.Identity.CoreCompat.IdentityRole : string -> Microsoft.AspNet.Identity.CoreCompat.IdentityRole
Public Sub New (roleName As String)
Parameters
- roleName
- String