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