ImportModuleCommand.ModuleInfo Property

Definition

This parameter specifies the current pipeline object.

public:
 property cli::array <System::Management::Automation::PSModuleInfo ^> ^ ModuleInfo { cli::array <System::Management::Automation::PSModuleInfo ^> ^ get(); void set(cli::array <System::Management::Automation::PSModuleInfo ^> ^ value); };
public System.Management.Automation.PSModuleInfo[] ModuleInfo { get; set; }
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ModuleInfo", Position=0, ValueFromPipeline=true)]
[System.Management.Automation.ValidateTrustedData]
public System.Management.Automation.PSModuleInfo[] ModuleInfo { get; set; }
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ModuleInfo", Position=0, ValueFromPipeline=true)]
public System.Management.Automation.PSModuleInfo[] ModuleInfo { get; set; }
member this.ModuleInfo : System.Management.Automation.PSModuleInfo[] with get, set
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ModuleInfo", Position=0, ValueFromPipeline=true)>]
[<System.Management.Automation.ValidateTrustedData>]
member this.ModuleInfo : System.Management.Automation.PSModuleInfo[] with get, set
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="ModuleInfo", Position=0, ValueFromPipeline=true)>]
member this.ModuleInfo : System.Management.Automation.PSModuleInfo[] with get, set
Public Property ModuleInfo As PSModuleInfo()

Property Value

Attributes

Applies to