MembershipUserCollection.Clear Method
.NET Framework 3.0
Removes all membership user objects from the collection.
Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The following code example clears a MembershipUserCollection before replacing it with the results of the GetAllUsers method.
Community Additions
ADD
Show: