This function retrieves the license code, which is specified during registration process.
Syntax
Public Shared Function GetLicenseCode() As String
Parameters
No parameters.
Return value
Returns license code for the registered software.
Requirements
File: ItpLibraryNetWrapper.vb
Namespace: ItpLibraryNetClient;
Example
Private
Sub
InitItpControls()
lLicenseCode.Text = ItpLibraryNetWrapper.GetLicenseCode()
End
Sub