This documentation is archived and is not being maintained.
MembershipUserCollection.Item Property
Visual Studio 2010
Gets the membership user in the collection referenced by the specified user name.
Assembly: System.Web.ApplicationServices (in System.Web.ApplicationServices.dll)
Parameters
- name
- Type: System.String
The UserName of the MembershipUser to retrieve from the collection.
Property Value
Type: System.Web.Security.MembershipUserA MembershipUser object representing the user specified by name.
The MembershipUser object returned by Item property contains a snapshot of user information in the membership data store. That is, changes to the membership user information in the MembershipUserCollection are not reflected in the membership data store. To modify membership user information in the membership data store, use the UpdateUser, CreateUser, and DeleteUser methods.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: