UserManager<TUser>.SupportsQueryableUsers 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.
Gets a flag indicating whether the backing user store supports returning IQueryable collections of information.
public:
 virtual property bool SupportsQueryableUsers { bool get(); };
	public virtual bool SupportsQueryableUsers { get; }
	member this.SupportsQueryableUsers : bool
	Public Overridable ReadOnly Property SupportsQueryableUsers As Boolean
	Property Value
true if the backing user store supports returning IQueryable collections of information, otherwise false.