UserManager<TUser, TKey>.SupportsQueryableUsers Property

 

Gets a value that indicates whether the store is an IQueryableUserStore.

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

Syntax

public virtual bool SupportsQueryableUsers { get; }
public:
property bool SupportsQueryableUsers {
    virtual bool get();
}
abstract SupportsQueryableUsers : bool with get
override SupportsQueryableUsers : bool with get
Public Overridable ReadOnly Property SupportsQueryableUsers As Boolean

Property Value

Type: System.Boolean

true if the store is an IQueryableUserStore; otherwise, false.

See Also

UserManager<TUser, TKey> Class
Microsoft.AspNet.Identity Namespace
ASP.NET Identity

Return to top