GetModuleCommand.PSEdition Property

Definition

If specified, then Get-Module will return the set of available modules which supports the specified PowerShell edition...

public:
 property System::String ^ PSEdition { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ PSEdition { Platform::String ^ get(); void set(Platform::String ^ value); };
public string PSEdition { get; set; }
[System.Management.Automation.ArgumentCompleter(typeof(Microsoft.PowerShell.Commands.PSEditionArgumentCompleter))]
[System.Management.Automation.Parameter(ParameterSetName="Available")]
[System.Management.Automation.Parameter(ParameterSetName="PsSession")]
public string PSEdition { get; set; }
member this.PSEdition : string with get, set
[<System.Management.Automation.ArgumentCompleter(typeof(Microsoft.PowerShell.Commands.PSEditionArgumentCompleter))>]
[<System.Management.Automation.Parameter(ParameterSetName="Available")>]
[<System.Management.Automation.Parameter(ParameterSetName="PsSession")>]
member this.PSEdition : string with get, set
Public Property PSEdition As String

Property Value

Attributes

Applies to