MembershipUserCollection.GetEnumerator Method

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

Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)

public:
virtual IEnumerator^ GetEnumerator () sealed
public final IEnumerator GetEnumerator ()
public final function GetEnumerator () : IEnumerator
Not applicable.

Return Value

An IEnumerator for the entire MembershipUserCollection.

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

The following code example uses the IEnumerator returned from the GetEnumerator method to iterate through a MembershipUserCollection.

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

Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: