Click or drag to resize
LicenseInfo Constructor (String, String, String, String) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Creates and returns a new LicenseInfo object using the license supplied.

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public LicenseInfo(
	string SerialNumber,
	string RegistrationCode,
	string User,
	string Organisation
)

Parameters

SerialNumber
Type: SystemString
The serial number of the license to be applied.
RegistrationCode
Type: SystemString
The registration code of the license to be applied.
User
Type: SystemString
The user this license is to be applied to.
Organisation
Type: SystemString
The organisation this license is to be applied to.
Remarks