LicensingValidateComponentLicense Method |
Checks that the license for a specified component is valid, and throws an exception if it is not.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static void ValidateComponentLicense(
string componentName
)
Public Shared Sub ValidateComponentLicense (
componentName As String
)
public:
static void ValidateComponentLicense(
String^ componentName
)
static member ValidateComponentLicense :
componentName : string -> unit
Parameters
- componentName
- Type: SystemString
The component to check.
See Also