IdentityUser<TKey,TUserClaim,TUserRole,TUserLogin>.Logins プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このユーザー ログイン アカウントのナビゲーション プロパティ。
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)
プロパティ値
ICollection<TUserLogin>