GetCommandCommand.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 parameter that all additional arguments get bound to. These arguments are used when retrieving dynamic parameters from cmdlets that support them.
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.AllowEmptyCollection]
[System.Management.Automation.AllowNull]
[System.Management.Automation.Parameter(Position=1, ValueFromRemainingArguments=true)]
public object[] ArgumentList { get; set; }
member this.ArgumentList : obj[] with get, set
[<System.Management.Automation.Alias(new System.String[] { "Args" })>]
[<System.Management.Automation.AllowEmptyCollection>]
[<System.Management.Automation.AllowNull>]
[<System.Management.Automation.Parameter(Position=1, ValueFromRemainingArguments=true)>]
member this.ArgumentList : obj[] with get, set
Public Property ArgumentList As Object()
Property Value
Object[]
- Attributes