DataPA Enterprise Dashboard Controls API Reference
Creates and returns a new LicenseInfo object using the license supplied.

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public LicenseInfo(
	string SerialNumber,
	string RegistrationCode,
	string User,
	string Organisation
)
Visual Basic
Public Sub New ( 
	SerialNumber As String,
	RegistrationCode As String,
	User As String,
	Organisation As String
)
Visual C++
public:
LicenseInfo(
	String^ SerialNumber, 
	String^ RegistrationCode, 
	String^ User, 
	String^ Organisation
)

Parameters

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

Remarks