LicenseInfoExpiryDate Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates the expiry date of the current license.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public DateTime ExpiryDate { get; }
Public ReadOnly Property ExpiryDate As DateTime
Get
public:
virtual property DateTime ExpiryDate {
DateTime get () sealed;
}
function get_ExpiryDate();
Return Value
Type:
DateTimeA value that indicates the expiry date of the current license.
Remarks If the license has no expiry date, will return Nothing.
See Also