DigitalCustomers.newCorrelation Method

Creates a bew instance, type of Correlation, to collerate a customer with an invoice.
Public Function newCorrelation() As Correlation
This language is not supported or no code example is available.
public Correlation newCorrelation()
This language is not supported or no code example is available.

Return Value

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

.NET Framework

Supported in: 3.5 or newer

In this article

Definition