RuntimeLicenseCollectionAdd Method |
Adds a new runtime license to the collection
Namespace:
Easymap.AddIn
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax public void Add(
string licenseName,
string licenseCompany,
string licenseKey
)
Public Sub Add (
licenseName As String,
licenseCompany As String,
licenseKey As String
)
Parameters
- licenseName
- Type: SystemString
- licenseCompany
- Type: SystemString
- licenseKey
- Type: SystemString
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