LicensingIsComponentLicenseValid Method |
Determines if a valid license is available for the specified component.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static bool IsComponentLicenseValid(
string componentName
)
Public Shared Function IsComponentLicenseValid (
componentName As String
) As Boolean
public:
static bool IsComponentLicenseValid(
String^ componentName
)
static member IsComponentLicenseValid :
componentName : string -> bool
Parameters
- componentName
- Type: SystemString
The component to check.
Return Value
Type:
Boolean if the license for the specified component is valid; otherwise
.
See Also