LicenseFeatureInfoState

LicenseFeatureInfoState
LicenseFeatureInfoState

A boxed LicenseFeatureInfoStateEnum. To be used in Any placeholders.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "_value": "string"
}
_value
Required

Describes the state of the feature.

Possible values:

  • enabled: The current edition license has implicitly enabled this additional feature.

  • disabled: The current edition license does not allow this additional feature.

  • optional: The current edition license allows this additional feature.

    The EnableFeature and DisableFeature methods can be used to enable or disable this feature.

Possible values are : enabled, disabled, optional,