MembershipUserCollection Constructor ()
.NET Framework (current version)
Creates a new, empty membership user collection.
Assembly: System.Web.ApplicationServices (in System.Web.ApplicationServices.dll)
A MembershipUserCollection is constructed by membership provider implementers and returned from the GetAllUsers and FindUsersByName methods of the MembershipProvider abstract class.
The following code example shows a sample GetAllUsers implementation.
.NET Framework
Available since 2.0
Available since 2.0
Show: