ImplicitRemotingCommandBase.ArgumentList Property

Definition

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]
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>]
member this.ArgumentList : obj[] with get, set
Public Property ArgumentList As Object()

Property Value

Object[]
Attributes

Applies to