IdentityUser<TKey,TUserClaim,TUserRole,TUserLogin>.Logins Property

Definition

Navigation property for this users login accounts.

public:
 virtual property System::Collections::Generic::ICollection<TUserLogin> ^ Logins { System::Collections::Generic::ICollection<TUserLogin> ^ get(); };
public virtual System.Collections.Generic.ICollection<TUserLogin> Logins { get; }
member this.Logins : System.Collections.Generic.ICollection<'UserLogin>
Public Overridable ReadOnly Property Logins As ICollection(Of TUserLogin)

Property Value

ICollection<TUserLogin>

Applies to