StartJobCommand.PSVersion 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.
Powershell Version to execute the background job.
public:
virtual property Version ^ PSVersion { Version ^ get(); void set(Version ^ value); };
public virtual Version PSVersion { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="ComputerName")]
[System.Management.Automation.Parameter(ParameterSetName="FilePathComputerName")]
[System.Management.Automation.Parameter(ParameterSetName="LiteralFilePathComputerName")]
[System.Management.Automation.ValidateNotNullOrEmpty]
public virtual Version PSVersion { get; set; }
member this.PSVersion : Version with get, set
[<System.Management.Automation.Parameter(ParameterSetName="ComputerName")>]
[<System.Management.Automation.Parameter(ParameterSetName="FilePathComputerName")>]
[<System.Management.Automation.Parameter(ParameterSetName="LiteralFilePathComputerName")>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.PSVersion : Version with get, set
Public Overridable Property PSVersion As Version
Property Value
- Attributes