System.Web.Security.MembershipProvider.UpdateUser Method

Updates information about a user in the data source.

Syntax

public abstract void UpdateUser (MembershipUser user)

Parameters

user
A System.Web.Security.MembershipUser object that represents the user to update and the updated information for the user.

Remarks

Takes, as input, a System.Web.Security.MembershipUser object populated with user information and updates the data source with the supplied values.

Requirements

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