ILicenseInfo Interface

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

Provides the license conditions of a single license.

C#

public interface ILicenseInfo
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.
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.