ExperimentalAttribute(String, ExperimentAction) Constructor
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.
Initializes a new instance of the ExperimentalAttribute class.
public ExperimentalAttribute (string experimentName, System.Management.Automation.ExperimentAction experimentAction);
new System.Management.Automation.ExperimentalAttribute : string * System.Management.Automation.ExperimentAction -> System.Management.Automation.ExperimentalAttribute
Public Sub New (experimentName As String, experimentAction As ExperimentAction)
Parameters
- experimentName
- String
- experimentAction
- ExperimentAction