RuntimeLicenseCollection.Add Method |
Adds a new runtime license to the collection
Namespace:
Easymap.AddIn
Assembly:
Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.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
- Type: System.String
- licenseCompany
- Type: System.String
- licenseKey
- Type: System.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