Qdv.GetLicenseInfo Method
<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)> _
Public Function GetLicenseInfo( _
ByRef message As String, _
ByRef typeOfLicense As String, _
ByRef versionNumber As String, _
ByRef isBeta As Boolean, _
ByRef canUseProgramingFeatures As Boolean _
) As Boolean
This language is not supported or no code example is available.
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public bool GetLicenseInfo(
ref string message,
ref string typeOfLicense,
ref string versionNumber,
ref bool isBeta,
ref bool canUseProgramingFeatures
)
This language is not supported or no code example is available.
Parameters
- message
- string
When the function returns false (No allowed), we can post this message to give the user more information
- typeOfLicense
- string
Returne either SMALL BUSINESS, FREE, ENTEPRISE or ULTIMATE
- versionNumber
- string
Returns the full version as e.g.: 7.19.345
- isBeta
- bool
true when it's a beta version
- canUseProgramingFeatures
- bool
If set to true programing features are allowed, otherwise they are not.
Return Value
booltrue means a valid license was found