ImportModuleCommand.Assembly Property

Definition

A list of assembly objects to process as modules.

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

Property Value

Attributes

Applies to