Share via


UserManager<TUser, TKey>.Users Property

Gets an IQueryable of users if the store is an IQueryableUserStore.

Namespace:  Microsoft.AspNet.Identity
Assembly:  Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)

Syntax

public virtual IQueryable<TUser> Users { get; }

Property Value

Type: System.Linq.IQueryable<TUser>
An IQueryable of users if the store is an IQueryableUserStore.

See Also

Reference

UserManager<TUser, TKey> Class

Microsoft.AspNet.Identity Namespace

Other Resources

ASP.NET Identity