Update Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Updates the profile user object with the data from the UpmMembershipUser object.
Namespace: Microsoft.CommerceServer.Runtime.Profiles
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public Overridable Sub Update
'Usage
Dim instance As UpmMembershipUser
instance.Update()
public virtual void Update()
public:
virtual void Update()
public function Update()
Remarks
Updates information about a user in the data source.
The password for the membership user cannot be updated using the Update method. To update the password for a membership user, use the ChangePasswordQuestionAndAnswer method.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.