RuntimeLicenseCollectionAdd Method |
Adds a new runtime license to the collection
Namespace: Easymap.AddInAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic void Add(
string licenseName,
string licenseCompany,
string licenseKey
)
Public Sub Add (
licenseName As String,
licenseCompany As String,
licenseKey As String
)
Parameters
- licenseName String
-
- licenseCompany String
-
- licenseKey String
-
Remarks
The license information consists of a name which identifies the kind of license, the company name and the serial number.
All three parts must exactly match the provided license information.
See Also