NewModuleManifestCommand.PowerShellVersion Property

Definition

Gets or sets the PowerShell version required by this module.

public:
 property Version ^ PowerShellVersion { Version ^ get(); void set(Version ^ value); };
public Version PowerShellVersion { get; set; }
[System.Management.Automation.Parameter]
public Version PowerShellVersion { get; set; }
member this.PowerShellVersion : Version with get, set
[<System.Management.Automation.Parameter>]
member this.PowerShellVersion : Version with get, set
Public Property PowerShellVersion As Version

Property Value

Attributes

Applies to