IdentityUser<TKey,TUserClaim,TUserRole,TUserLogin>.Roles 속성

정의

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

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

속성 값

ICollection<TUserRole>

적용 대상