MFFeatureFlagMaturity Enumeration |
The recognized feature maturity states.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic enum MFFeatureFlagMaturity
Public Enumeration MFFeatureFlagMaturity
public enum class MFFeatureFlagMaturity
Members
| Member name | Value | Description |
---|
| Unspecified | 0 |
Unspecified. (This is a result when trying to read registry value and getting none.)
|
| Off | 1 |
The feature is turned off. This is not a maturity level for execution mode, but just a feature setting.
|
| Dev | 2 |
Development maturity, for development and testing (DEV reg value).
|
| Alpha | 3 |
For internal use or for restricted pilot use with customers (ALPHA reg value).
|
| Prod | 4 |
Production use (PROD reg value).
|
See Also