EngineOptionsLicenseKey Property |
Gets the license key.
Namespace:
DotNetBrowser.Engine
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.2
Syntax public string LicenseKey { get; }
Property Value
Type:
StringThe license key.
Remarks
The license key can be set via adding the "dotnetbrowser.license" file as embedded resource or individually
for every
IEngine using the
LicenseKey property.
See Also