MembershipUserCollection Constructor ()

 

Creates a new, empty membership user collection.

Namespace:   System.Web.Security
Assembly:  System.Web.ApplicationServices (in System.Web.ApplicationServices.dll)

new : unit -> MembershipUserCollection

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: