The License method returns mCore.License class object that allows
you to set mCore license key information.
Namespace: mCore
Assembly: mCoreLib (in mCoreLib.dll)
| Visual Basic |
Public Class MyClass |
| C# |
| class MyClass { public mCore.SMS objSMS = new mCore.SMS(); public static void CheckLicense() { try {
objSMS.License.Company = "My Company"; catch
(mCore.GeneralException e) |
License.Company Property
License.LicenseType Property
License.Key Property
License.IsLicensed Property