GetModuleCommand.PSEdition 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 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