System.Web.Security.MembershipUserCollection.GetEnumerator Method

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

Syntax

public IEnumerator GetEnumerator ()

Returns

An IEnumerator for the entire System.Web.Security.MembershipUserCollection.

Remarks

Enumerators only allow reading the data in the collection. Enumerators cannot be used to modify the underlying collection. For more information, see IEnumerator.

Requirements

Namespace: System.Web.Security
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0