Qdv.GetLicenseInfo Method

Returns information about the current license
<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

bool

true means a valid license was found

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition