ICustomerProfile<T>.Update(T) Method

Definition

Updates the customer profile.

public T Update (T customerProfile);
abstract member Update : 'T -> 'T
Public Function Update (customerProfile As T) As T

Parameters

customerProfile
T

The customer profile information.

Returns

T

The updated customer profile.

Implements

Applies to