LicensingFindComponent Method |
Find a licensed component of the given name, if a license has been activated for that 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 LicensedComponent FindComponent(
string componentName
)
Public Shared Function FindComponent (
componentName As String
) As LicensedComponent
public:
static LicensedComponent^ FindComponent(
String^ componentName
)
static member FindComponent :
componentName : string -> LicensedComponent
Parameters
- componentName
- Type: SystemString
The component to look for.
Return Value
Type:
LicensedComponentThe licensed component, or
if there is no activated license for that component.
See Also