IdentityUser<TKey,TUserClaim,TUserRole,TUserLogin>.Logins Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Bu kullanıcıların oturum açma hesapları için gezinti özelliği.
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)
Özellik Değeri
ICollection<TUserLogin>