LicenseInfo Constructor (Application, String, String, String, String) |
|
DataPA OpenAnalytics API Reference
Creates and returns a new LicenseInfo object using the license supplied.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public LicenseInfo(
Application Parent,
string SerialNumber,
string RegistrationCode,
string User,
string Organisation
)
Public Sub New (
Parent As Application,
SerialNumber As String,
RegistrationCode As String,
User As String,
Organisation As String
)
public:
LicenseInfo(
Application^ Parent,
String^ SerialNumber,
String^ RegistrationCode,
String^ User,
String^ Organisation
)
DataPA.Utils.QueryEngine.LicenseInfo = function(Parent, SerialNumber, RegistrationCode, User, Organisation);
Parameters
- Parent
- Type: DataPA.Utils.QueryEngineApplication
The parent of this object - 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 See Also