Click or drag to resize

Licensing.GetComponentExpirationDate Method

Gets the expiration date of the specified component. The component cannot be used after this date.

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public static DateTime GetComponentExpirationDate(
	string componentName
)

Parameters

componentName
Type: System.String
The component to check.

Return Value

Type: DateTime
The expiration date of the component, or MinValue if no license is available for the component at all.
See Also