ExperimentAction 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.
Indicates the action to take on the cmdlet/parameter that has the attribute declared.
public enum ExperimentAction
type ExperimentAction =
Public Enum ExperimentAction
- Inheritance
-
ExperimentAction
Fields
Name | Value | Description |
---|---|---|
None | 0 | Represent an undefined action, used as the default value. |
Hide | 1 | Hide the cmdlet/parameter when the corresponding experimental feature is enabled. |
Show | 2 | Show the cmdlet/parameter when the corresponding experimental feature is enabled. |