customerID Field

The customer ID as returend from SendCustomer
The customer index can be found also in the DataTable of the customers you retrieved using DigitalCustomers.GetCustomers, under a field called "customerID."
Public customerID As Nullable(Of Long)
This language is not supported or no code example is available.
public Nullable<long> customerID
This language is not supported or no code example is available.

Field Value

Nullable<long>

.NET Framework

Supported in: 3.5 or newer

In this article

Definition