ILicenseInfo Interface

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll

Provides the license conditions of a single license.

C#

[ComVisible(false)]
public interface ILicenseInfo


Attributes InteropServices.ComVisibleAttribute

Name Description
ExpiryDate Gets the date after which the license expires.
IsEvaluation Gets a value indicating whether the license can be used for evaluation purpose.
IsExpired Gets a value indicating whether the license is expired and is therefore not longer valid.
IsSubscription Gets a value indicating whether the license is a subscription license.
IsSupportExpired Gets a value indicating whether the support for this product release is expired.
SupportExpiryDate Gets the date until that the license is supported by newer versions of the product.
Type Gets type of license represented.