FeatureStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The status of a feature.
public enum class FeatureStatus
public enum FeatureStatus
type FeatureStatus =
Public Enum FeatureStatus
- Inheritance
-
FeatureStatus
Fields
Name | Value | Description |
---|---|---|
Undefined | 0 | The feature availability is not determined. |
Available | 1 | The feature is available. |
NotAvailable | 2 | The feature is not available. |
Preview | 3 | The feature is in preview, subject to change API or behavior between releases. |