UserStoreBase<TUser,TKey,TUserClaim,TUserLogin,TUserToken>.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.
A navigation property for the users the store contains.
public:
abstract property System::Linq::IQueryable<TUser> ^ Users { System::Linq::IQueryable<TUser> ^ get(); };
public abstract System.Linq.IQueryable<TUser> Users { get; }
member this.Users : System.Linq.IQueryable<'User (requires 'User :> Microsoft.AspNetCore.Identity.IdentityUser<'Key>)>
Public MustOverride ReadOnly Property Users As IQueryable(Of TUser)
Property Value
IQueryable<TUser>