Application.AddLicense Method (String, String) |
Add a license for a specific feature.
Namespace:
Easymap.AddIn
Assembly:
Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntaxpublic void AddLicense(
string typeName,
string licenseKey
)
Public Sub AddLicense (
typeName As String,
licenseKey As String
)
Parameters
- typeName
- Type: System.String
- licenseKey
- Type: System.String
See Also