Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Navigation property for user logins
Namespace: Microsoft.AspNet.Identity.EntityFramework
Assembly: Microsoft.AspNet.Identity.EntityFramework (in Microsoft.AspNet.Identity.EntityFramework.dll)
Syntax
'Declaration
Public Overridable Property Logins As ICollection(Of IdentityUserLogin)
Get
Private Set
'Usage
Dim instance As IdentityUser
Dim value As ICollection(Of IdentityUserLogin)
value = instance.Logins
public virtual ICollection<IdentityUserLogin> Logins { get; private set; }
public:
virtual property ICollection<IdentityUserLogin^>^ Logins {
ICollection<IdentityUserLogin^>^ get ();
private: void set (ICollection<IdentityUserLogin^>^ value);
}
abstract Logins : ICollection<IdentityUserLogin> with get, private set
override Logins : ICollection<IdentityUserLogin> with get, private set
function get Logins () : ICollection<IdentityUserLogin>
private function set Logins (value : ICollection<IdentityUserLogin>)
Property Value
Type: System.Collections.Generic.ICollection<IdentityUserLogin>