PSExecutionCmdlet.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.
Arguments that are passed to this scriptblock.
public:
virtual property cli::array <System::Object ^> ^ ArgumentList { cli::array <System::Object ^> ^ get(); void set(cli::array <System::Object ^> ^ value); };
public:
virtual property Platform::Array <Platform::Object ^> ^ ArgumentList { Platform::Array <Platform::Object ^> ^ get(); void set(Platform::Array <Platform::Object ^> ^ value); };
public virtual object[] ArgumentList { get; set; }
[System.Management.Automation.Alias(new System.String[] { "Args" })]
[System.Management.Automation.Parameter]
public virtual object[] ArgumentList { get; set; }
member this.ArgumentList : obj[] with get, set
[<System.Management.Automation.Alias(new System.String[] { "Args" })>]
[<System.Management.Automation.Parameter>]
member this.ArgumentList : obj[] with get, set
Public Overridable Property ArgumentList As Object()
Property Value
Object[]
- Attributes