Click or drag to resize

RuntimeLicenseCollectionAdd Method

Adds a new runtime license to the collection

Namespace:  Easymap.AddIn
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public void Add(
	string licenseName,
	string licenseCompany,
	string licenseKey
)

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