NewObjectCommand.ArgumentList Property
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.
The parameters for the constructor.
public:
property cli::array <System::Object ^> ^ ArgumentList { cli::array <System::Object ^> ^ get(); void set(cli::array <System::Object ^> ^ value); };
public:
property Platform::Array <Platform::Object ^> ^ ArgumentList { Platform::Array <Platform::Object ^> ^ get(); void set(Platform::Array <Platform::Object ^> ^ value); };
public object[] ArgumentList { get; set; }
[System.Management.Automation.Alias(new System.String[] { "Args" })]
[System.Management.Automation.Parameter(Mandatory=false, ParameterSetName="Net", Position=1)]
[System.Management.Automation.ValidateTrustedData]
public object[] ArgumentList { get; set; }
member this.ArgumentList : obj[] with get, set
[<System.Management.Automation.Alias(new System.String[] { "Args" })>]
[<System.Management.Automation.Parameter(Mandatory=false, ParameterSetName="Net", Position=1)>]
[<System.Management.Automation.ValidateTrustedData>]
member this.ArgumentList : obj[] with get, set
Public Property ArgumentList As Object()
Property Value
Object[]
- Attributes