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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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