FeatureState Enum

Definition

Specifies the state of the feature associated with the configuration.

This enumeration supports a bitwise combination of its member values.

public enum class FeatureState
[System.Flags]
public enum FeatureState
[<System.Flags>]
type FeatureState = 
Public Enum FeatureState
Inheritance
FeatureState
Attributes

Fields

Configured 2

The Configured state.

Installed 1

The Installed state.

None 0

No state specified.

Upgradable 4

The Upgradable state.

UpgradingInstance 8

The UpgradingInstance state.

Applies to