IdentityUserUserName Property |
[Missing <summary> documentation for "P:VelocityDBExtensions2.AspNet.Identity.IdentityUser.UserName"]
Namespace:
VelocityDBExtensions2.AspNet.Identity
Assembly:
VelocityDBExtensions2 (in VelocityDBExtensions2.dll) Version: 11.1.0.0 (11.1.0)
Syntax public string UserName { get; set; }
Public Property UserName As String
Get
Set
public:
virtual property String^ UserName {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract UserName : string with get, set
override UserName : string with get, set
Property Value
Type:
StringImplements
IUser.UserNameSee Also