NewPSRoleCapabilityFileCommand.ModulesToImport 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.
A list of modules to import.
public:
property cli::array <System::Object ^> ^ ModulesToImport { cli::array <System::Object ^> ^ get(); void set(cli::array <System::Object ^> ^ value); };
public:
property Platform::Array <Platform::Object ^> ^ ModulesToImport { Platform::Array <Platform::Object ^> ^ get(); void set(Platform::Array <Platform::Object ^> ^ value); };
public object[] ModulesToImport { get; set; }
[System.Management.Automation.Parameter]
public object[] ModulesToImport { get; set; }
member this.ModulesToImport : obj[] with get, set
[<System.Management.Automation.Parameter>]
member this.ModulesToImport : obj[] with get, set
Public Property ModulesToImport As Object()
Property Value
Object[]
- Attributes