GetModuleCommand.ListAvailable 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.
If specified, then Get-Module will return the set of available modules...
public:
property System::Management::Automation::SwitchParameter ListAvailable { System::Management::Automation::SwitchParameter get(); void set(System::Management::Automation::SwitchParameter value); };
public System.Management.Automation.SwitchParameter ListAvailable { get; set; }
[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Available")]
[System.Management.Automation.Parameter(ParameterSetName="CimSession")]
[System.Management.Automation.Parameter(ParameterSetName="PsSession")]
public System.Management.Automation.SwitchParameter ListAvailable { get; set; }
member this.ListAvailable : System.Management.Automation.SwitchParameter with get, set
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Available")>]
[<System.Management.Automation.Parameter(ParameterSetName="CimSession")>]
[<System.Management.Automation.Parameter(ParameterSetName="PsSession")>]
member this.ListAvailable : System.Management.Automation.SwitchParameter with get, set
Public Property ListAvailable As SwitchParameter
Property Value
- Attributes