NewModuleManifestCommand.RequiredModules 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 Dependencies for the module.
public:
property cli::array <System::Object ^> ^ RequiredModules { cli::array <System::Object ^> ^ get(); void set(cli::array <System::Object ^> ^ value); };
public:
property Platform::Array <Platform::Object ^> ^ RequiredModules { Platform::Array <Platform::Object ^> ^ get(); void set(Platform::Array <Platform::Object ^> ^ value); };
public object[] RequiredModules { get; set; }
[System.Management.Automation.Parameter]
public object[] RequiredModules { get; set; }
member this.RequiredModules : obj[] with get, set
[<System.Management.Automation.Parameter>]
member this.RequiredModules : obj[] with get, set
Public Property RequiredModules As Object()
Property Value
Object[]
- Attributes