ProvPrimer.productActivation (String) Method

You can use this method to activate a Primer Service.
Public Function productActivation( _ 
ByVal serialNumber As String
) As Boolean
This language is not supported or no code example is available.
public bool productActivation( 
string serialNumber 
)
This language is not supported or no code example is available.

Parameters

serialNumber
string

The serial Number of the Provider's Service

Return Value

bool
Example
 
 var pri = new ProvPrimer("primerUser", "primerParssowrd", false);
 bool prodAct = pri.productActivation("<productSerialNumber>"); // activate primer's product. Returns True if it is activated.
 					
This language is not supported or no code example is available.
 Dim pri As ProvPrimer = New ProvPrimer("primerUser", "primerParssowrd", False)
 Dim prodAct As Boolean = pri.productActivation("<productSerialNumber>") 'activate primer's product. Returns True if it is activated.
 					
This language is not supported or no code example is available.

.NET Framework

Supported in: 3.5 or newer

In this article

Definition