MembershipProvider.UpdateUser Method (MembershipUser)
.NET Framework (current version)
Updates information about a user in the data source.
Assembly: System.Web.ApplicationServices (in System.Web.ApplicationServices.dll)
Parameters
- user
-
Type:
System.Web.Security.MembershipUser
A MembershipUser object that represents the user to update and the updated information for the user.
Takes, as input, a MembershipUser object populated with user information and updates the data source with the supplied values.
For an example of a MembershipProvider implementation, see Implementing a Profile Provider.
.NET Framework
Available since 2.0
Available since 2.0
Show: