DigitalCustomers.newUpCustomer Method

Creates a new instance, type of UpCustomer, to update an existing customer.
Public Function newUpCustomer() As UpCustomer
This language is not supported or no code example is available.
public UpCustomer newUpCustomer()
This language is not supported or no code example is available.

Return Value

UpCustomer
Example
 
 UpCustomer cust = dgc.newUpCustomer;
 					
This language is not supported or no code example is available.
 Dim cust As UpCustomer = dgc.newUpCustomer
 					
This language is not supported or no code example is available.

.NET Framework

Supported in: 3.5 or newer

In this article

Definition