ExternalLoginInfo.DefaultUserName Property
Gets or sets the suggested user name for a user.
Namespace: Microsoft.AspNet.Identity.Owin
Assembly: Microsoft.AspNet.Identity.Owin (in Microsoft.AspNet.Identity.Owin.dll)
Syntax
public string DefaultUserName { get; set; }
public:
property String^ DefaultUserName {
String^ get();
void set(String^ value);
}
member DefaultUserName : string with get, set
Public Property DefaultUserName As String
Property Value
Type: System.String
The default user name.
See Also
ExternalLoginInfo Class
Microsoft.AspNet.Identity.Owin Namespace
ASP.NET Identity
Return to top