IdentityRole<TKey,TUserRole,TRoleClaim>.Users Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Navigation property for the users in this role.
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)
Property Value
ICollection<TUserRole>