LicensingLicensedComponents Property |
Gets a list of components that are licensed for use.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static IEnumerable<LicensedComponent> LicensedComponents { get; }
Public Shared ReadOnly Property LicensedComponents As IEnumerable(Of LicensedComponent)
Get
public:
static property IEnumerable<LicensedComponent^>^ LicensedComponents {
IEnumerable<LicensedComponent^>^ get ();
}
static member LicensedComponents : IEnumerable<LicensedComponent> with get
Property Value
Type:
IEnumerableLicensedComponentSee Also