ProvPrimer.newCompany Method

Initialize a new company object.
Public Function newCompany() As company
This language is not supported or no code example is available.
public company newCompany()
This language is not supported or no code example is available.

Return Value

company
Example
 
 var pri = new ProvPrimer("primerUser", "primerParssowrd", false);
 ProvPrimer.company comp = pri.newCompany;
 					
This language is not supported or no code example is available.
 Dim pri As ProvPrimer = New ProvPrimer("primerUser", "primerParssowrd", False)
 Dim comp As ProvPrimer.company = pri.newCompany
 					
This language is not supported or no code example is available.

.NET Framework

Supported in: 3.5 or newer

In this article

Definition