ModuleCmdletBase.BaseArgumentList Property

Definition

The arguments to pass to the scriptblock used to create the module.

protected:
 property cli::array <System::Object ^> ^ BaseArgumentList { cli::array <System::Object ^> ^ get(); void set(cli::array <System::Object ^> ^ value); };
protected:
 property Platform::Array <Platform::Object ^> ^ BaseArgumentList { Platform::Array <Platform::Object ^> ^ get(); void set(Platform::Array <Platform::Object ^> ^ value); };
protected object[] BaseArgumentList { get; set; }
member this.BaseArgumentList : obj[] with get, set
Protected Property BaseArgumentList As Object()

Property Value

Object[]

Applies to