GetLicenseCode

Top  Previous  Next

This function retrieves the license code, which is specified during registration process.

 

public static String IntelliProtector.GetLicenseCode();

 

Parameters

 

 No parameters.

 

Return value

 

 Returns license code for the registered software.

 

Requirements

 

 file: IntelliProtector.cs

 namespace: IntelliProtectorService;

 

Example

 

public void ShowLicenseCode()

{

 String licenseCode = IntelliProtector.GetLicenseCode();

 MessageBox.Show(licenseCode);

}

 





Copyright © 2011 intelliprotector.com