ImportModuleCommand.FullyQualifiedName Property

Definition

This parameter specifies the current pipeline object.

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

Property Value

Attributes

Applies to