IUser<TKey>.UserName Property
The unique name for the user.
Namespace: Microsoft.AspNet.Identity
Assembly: Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)
Syntax
string UserName { get; set; }
property String^ UserName {
String^ get();
void set(String^ value);
}
abstract UserName : string with get, set
Property UserName As String
Property Value
Type: System.String
See Also
IUser<TKey> Interface
Microsoft.AspNet.Identity Namespace
ASP.NET Identity
Return to top