 |
LicensingSetLicense(String, String, String) Method |
SetLicense method sets the license parameters for the Ab4d.SharpEngine.
The parameter values for the commercial version can be retrieved from the User Account web page on ab4d.com or from the ab4d.com/trial for trial version.
Note that license is not checked immediately after calling this method.
Namespace: Ab4d.SharpEngineAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntaxpublic static void SetLicense(
string licenseOwner,
string licenseType,
string license
)
Parameters
- licenseOwner String
- license owner
- licenseType String
- type of the license
- license String
- license text
Remarks[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Licensing.SetLicense(System.String,System.String,System.String)"]
See Also