IdentityRole Constructor (String) |
Namespace:
VelocityDBExtensions2.AspNet.Identity
Assembly:
VelocityDBExtensions2 (in VelocityDBExtensions2.dll) Version: 11.1.0.0 (11.1.0)
Syntax public IdentityRole(
string name
)
Public Sub New (
name As String
)
public:
IdentityRole(
String^ name
)
new :
name : string -> IdentityRole
Parameters
- name
- Type: SystemString
[Missing <param name="name"/> documentation for "M:VelocityDBExtensions2.AspNet.Identity.IdentityRole.#ctor(System.String)"]
See Also