GetFormatDataCommand.PowerShellVersion 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.
When specified, helps control whether or not to send richer formatting data that was not supported by earlier versions of PowerShell.
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