IQueryableUserStore<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<T> collection of users.
public:
property System::Linq::IQueryable<TUser> ^ Users { System::Linq::IQueryable<TUser> ^ get(); };
public System.Linq.IQueryable<TUser> Users { get; }
member this.Users : System.Linq.IQueryable<'User (requires 'User : null)>
Public ReadOnly Property Users As IQueryable(Of TUser)
Property Value
IQueryable<TUser>
An IQueryable<T> collection of users.