Membership.GetAllUsers Method ()
.NET Framework 3.0
Gets a collection of all the users in the database.
Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public static MembershipUserCollection GetAllUsers ()
public static function GetAllUsers () : MembershipUserCollection
Not applicable.
Return Value
A MembershipUserCollection of MembershipUser objects representing all of the users in the database.GetAllUsers returns the information for all membership users for an application as a collection of MembershipUser objects. Be careful when using the GetAllUsers method with very large user databases, as the resulting MembershipUserCollection in your ASP.NET page may degrade the performance of your application.
Community Additions
ADD
Show: