ExperimentAction Enum

Definition

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

Hide 1

Hide the cmdlet/parameter when the corresponding experimental feature is enabled.

None 0

Represent an undefined action, used as the default value.

Show 2

Show the cmdlet/parameter when the corresponding experimental feature is enabled.

Applies to