ApplicationGetLicenceEventArgsLicenseOK Property |
|
DataPA OpenAnalytics API Reference
Gets or sets a boolean flag that indicates if license code entered was valid.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool LicenseOK { get; set; }
Public Property LicenseOK As Boolean
Get
Set
public:
virtual property bool LicenseOK {
bool get () sealed;
void set (bool value) sealed;
}
function get_LicenseOK();
function set_LicenseOK(value);
Return Value
Type:
BooleanA boolean flag that indicates if license code entered was valid.
Remarks See Also