Licensing.ValidateComponentLicense 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: System.String
The component to check.
See Also