ParameterAttribute Constructors
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.
Overloads
ParameterAttribute() |
Initializes a new instance of the ParameterAttribute class. |
ParameterAttribute(String, ExperimentAction) |
Initializes a new instance that is associated with an experimental feature. |
ParameterAttribute()
Initializes a new instance of the ParameterAttribute class.
public:
ParameterAttribute();
public:
ParameterAttribute();
ParameterAttribute();
public ParameterAttribute ();
Public Sub New ()
Applies to
ParameterAttribute(String, ExperimentAction)
Initializes a new instance that is associated with an experimental feature.
public ParameterAttribute (string experimentName, System.Management.Automation.ExperimentAction experimentAction);
new System.Management.Automation.ParameterAttribute : string * System.Management.Automation.ExperimentAction -> System.Management.Automation.ParameterAttribute
Public Sub New (experimentName As String, experimentAction As ExperimentAction)
Parameters
- experimentName
- String
- experimentAction
- ExperimentAction