DataPA Enterprise Dashboard Controls API Reference 
        
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
      
    
 Creates and returns a new LicenseInfo object using the license supplied.
 
        
        Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
| C# | 
|---|
public LicenseInfo( ClientConfig Parent, string SerialNumber, string RegistrationCode, string User, string Organisation )  | 
| Visual Basic | 
|---|
Public Sub New ( Parent As ClientConfig, SerialNumber As String, RegistrationCode As String, User As String, Organisation As String )  | 
| Visual C++ | 
|---|
public: LicenseInfo( ClientConfig^ Parent, String^ SerialNumber, String^ RegistrationCode, String^ User, String^ Organisation )  | 
Parameters
- Parent
 - Type: DataPAClientConfig..::..ClientConfig
The parent of this object 
- 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.