共用方式為


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>

適用於