System.Web.Security.MembershipUserCollection Members

The members of System.Web.Security.MembershipUserCollection are listed below.

See Also: Inherited members from System.Object

Public Constructors

Creates a new, empty membership user collection.

Public Properties

[read-only]
Countint.

Gets the number of membership user objects in the collection.

[read-only]
IsSynchronizedbool.

Gets a value indicating whether the membership user collection is thread safe.

[read-only]
default property
Item(string)MembershipUser. Documentation for this section has not yet been entered.
[read-only]
SyncRootobject.

Gets the synchronization root.

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.

Explicitly Implemented Interface Members

ICollection.CopyTo

Copies the contents of the System.Web.Security.MembershipUserCollection object to an Array, starting at a particular Array index.