ApplicationGetLicenceEventArgsLicenseInfo Property |
|
DataPA OpenAnalytics API Reference
Gets or sets a license info object that contains details of the license entered.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public LicenseInfo LicenseInfo { get; set; }
Public Property LicenseInfo As LicenseInfo
Get
Set
public:
virtual property LicenseInfo^ LicenseInfo {
LicenseInfo^ get () sealed;
void set (LicenseInfo^ value) sealed;
}
function get_LicenseInfo();
function set_LicenseInfo(value);
Return Value
Type:
LicenseInfoA license info object that contains details of the license entered.
Remarks See Also