ModuleCmdletBase.BaseArgumentList 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 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[]