IdentityRole<TKey,TUserRole,TRoleClaim>.Users 속성

정의

이 역할의 사용자에 대한 탐색 속성입니다.

public:
 virtual property System::Collections::Generic::ICollection<TUserRole> ^ Users { System::Collections::Generic::ICollection<TUserRole> ^ get(); };
public virtual System.Collections.Generic.ICollection<TUserRole> Users { get; }
member this.Users : System.Collections.Generic.ICollection<'UserRole (requires 'UserRole :> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserRole<'Key>)>
Public Overridable ReadOnly Property Users As ICollection(Of TUserRole)

속성 값

ICollection<TUserRole>

적용 대상