System.Web.Security.MembershipUserCollection: Method Members

The methods of System.Web.Security.MembershipUserCollection are listed below. For a list of all members, see the MembershipUserCollection Members list.

See Also: Inherited members from System.Object

Public Methods

Add(MembershipUser)

Adds the specified membership user to the collection.

Clear()

Removes all membership user objects from the collection.

CopyTo(MembershipUser[], int)

Copies the membership user collection to a one-dimensional array.

GetEnumerator() : IEnumerator

Gets an enumerator that can iterate through the membership user collection.

Remove(string)

Removes the membership user object with the specified user name from the collection.

SetReadOnly()

Makes the contents of the membership user collection read-only.