Update Method

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Persist the state of the object to the underlying stores.

Namespace:  Microsoft.CommerceServer.Runtime.Profiles
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Public Sub Update
'Usage
Dim instance As Profile

instance.Update()
public void Update()
public:
void Update()
public function Update()

Remarks

Use this method to persist the state of the object to the underlying stores.

This method wraps IProfileObject::Update() method.

Permissions

See Also

Reference

Profile Class

Profile Members

Update Overload

Microsoft.CommerceServer.Runtime.Profiles Namespace