NewModuleManifestCommand.NestedModules Property

Definition

Gets or sets the list of files to load by default.

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

Property Value

Object[]
Attributes

Applies to