Click or drag to resize

LicensingGetComponentExpirationDate 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: 24.1.418.0 (24.1.418.0)
Syntax
public static DateTime GetComponentExpirationDate(
	string componentName
)

Parameters

componentName
Type: SystemString
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