UserManager<TUser>.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.
Returns an IQueryable of users if the store is an IQueryableUserStore
public:
virtual property System::Linq::IQueryable<TUser> ^ Users { System::Linq::IQueryable<TUser> ^ get(); };
public virtual System.Linq.IQueryable<TUser> Users { get; }
member this.Users : System.Linq.IQueryable<'User (requires 'User : null)>
Public Overridable ReadOnly Property Users As IQueryable(Of TUser)
Property Value
IQueryable<TUser>