|
GetLicenseCode |
Top Previous Next |
|
This function retrieves the license code, which is specified during registration process.
Public Shared Function GetLicenseCode() As [String]
Parameters
No parameters.
Return value
Returns license code for the registered software.
Requirements
file: IntelliProtector.vb
Example
Public Sub ShowLicenseCode() Dim licenseCode As [String] = IntelliProtectorService.IntelliProtector.GetLicenseCode() System.Windows.Forms.MessageBox.Show(licenseCode) End Sub
|
| Copyright © 2011 intelliprotector.com |