ServerSecurityApplyEnterpriseLicense Method |
|
DataPA OpenAnalytics API Reference
Applies an Enterprise licence to the server.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string ApplyEnterpriseLicense(
string EnterpriseSerialNum,
string EnterpriseRegCode,
string EnterpriseRegUser,
string EnterpriseRegOrganisation
)
Public Function ApplyEnterpriseLicense (
EnterpriseSerialNum As String,
EnterpriseRegCode As String,
EnterpriseRegUser As String,
EnterpriseRegOrganisation As String
) As String
public:
virtual String^ ApplyEnterpriseLicense(
String^ EnterpriseSerialNum,
String^ EnterpriseRegCode,
String^ EnterpriseRegUser,
String^ EnterpriseRegOrganisation
) sealed
function ApplyEnterpriseLicense(EnterpriseSerialNum, EnterpriseRegCode, EnterpriseRegUser, EnterpriseRegOrganisation);
Parameters
- EnterpriseSerialNum
- Type: SystemString
The Enterprise Serial Number. - EnterpriseRegCode
- Type: SystemString
The Enterprise license code. - EnterpriseRegUser
- Type: SystemString
The user that the Enterprise license is licensed to. - EnterpriseRegOrganisation
- Type: SystemString
The organisation that the Enterprise license is licensed to.
Return Value
Type:
StringA string containing any error messages raised during the application of the license. This will be blank if the apllicaiton succeeded.
Remarks See Also