LicenseChangedEventArgsLicenseInfo Property |
|
DataPA OpenAnalytics API Reference
Gets the license information this event relates to.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public LicenseInfo LicenseInfo { get; }
Public ReadOnly Property LicenseInfo As LicenseInfo
Get
public:
virtual property LicenseInfo^ LicenseInfo {
LicenseInfo^ get () sealed;
}
function get_LicenseInfo();
Property Value
Type:
LicenseInfoThe license information this event relates to.
Return Value
Type:
LicenseInfoThe license information this event relates to.
Implements
LicenseChangedEventArgs_LicenseChangedEventArgsLicenseInfoRemarks See Also