IdentityUser Constructor (String)

Constructor that takes a userName

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

Syntax

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

Dim instance As New IdentityUser(userName)
public IdentityUser(
    string userName
)
public:
IdentityUser(
    String^ userName
)
new : 
        userName:string -> IdentityUser
public function IdentityUser(
    userName : String
)

Parameters

See Also

Reference

IdentityUser Class

IdentityUser Overload

Microsoft.AspNet.Identity.EntityFramework Namespace