Enum FeatureStates
Defines the states of a feature.
Namespace: Sartorius.SAF.Licensing.Revenera
Assembly: Sartorius.SAF.Licensing.Revenera.dll
Syntax
[Flags]
public enum FeatureStates
Fields
Name | Description |
---|---|
Demo | The feature has a demo license. |
InsufficientLicense | There is a valid license however the requested count exceeds the available licenses. See AvailableLicenses for the count of checked out licenses. |
Licensed | The feature is licensed. |
UnLicensed | The feature is licensed. |