NewModuleManifestCommand.ModuleList Property

Definition

Gets or sets the list of other modules included with this module. Like the RequiredModules key, this list can be a simple list of module names or a complex list of module hashtables.

public:
 property cli::array <System::Object ^> ^ ModuleList { cli::array <System::Object ^> ^ get(); void set(cli::array <System::Object ^> ^ value); };
public:
 property Platform::Array <Platform::Object ^> ^ ModuleList { Platform::Array <Platform::Object ^> ^ get(); void set(Platform::Array <Platform::Object ^> ^ value); };
public object[] ModuleList { get; set; }
[System.Management.Automation.AllowEmptyCollection]
[System.Management.Automation.Parameter]
public object[] ModuleList { get; set; }
member this.ModuleList : obj[] with get, set
[<System.Management.Automation.AllowEmptyCollection>]
[<System.Management.Automation.Parameter>]
member this.ModuleList : obj[] with get, set
Public Property ModuleList As Object()

Property Value

Object[]
Attributes

Applies to