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.2.419.0 (24.2.419.0)
Syntax public static DateTime GetComponentExpirationDate(
string componentName
)
Public Shared Function GetComponentExpirationDate (
componentName As String
) As DateTime
public:
static DateTime GetComponentExpirationDate(
String^ componentName
)
static member GetComponentExpirationDate :
componentName : string -> DateTime
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