ProvPrimer Constructor

It creates a new instance of the ProvPrimer.
Public Sub New( _ 
ByVal providerUser As String, _ 
ByVal providerPassword As String, _ 
ByVal arbUser As String, _ 
ByVal arbPassword As String, _ 
ByVal Test_env As Boolean
)
This language is not supported or no code example is available.
public ProvPrimer( 
string providerUser
string providerPassword
string arbUser
string arbPassword
bool Test_env 
)
This language is not supported or no code example is available.

Parameters

providerUser
string

providerPassword
string

arbUser
string

User Name provided by Arbitrans

arbPassword
string

Key provided by Arbitrans

Test_env
bool

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

.NET Framework

Supported in: 3.5 or newer

In this article

Definition