NewModuleManifestCommand.ModuleList 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.
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