PSConsoleReadLineOptions.HistorySaveStyle 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.
public:
property Microsoft::PowerShell::HistorySaveStyle HistorySaveStyle { Microsoft::PowerShell::HistorySaveStyle get(); void set(Microsoft::PowerShell::HistorySaveStyle value); };
public:
property Microsoft::PowerShell::HistorySaveStyle HistorySaveStyle { Microsoft::PowerShell::HistorySaveStyle get(); void set(Microsoft::PowerShell::HistorySaveStyle value); };
public Microsoft.PowerShell.HistorySaveStyle HistorySaveStyle { get; set; }
member this.HistorySaveStyle : Microsoft.PowerShell.HistorySaveStyle with get, set
Public Property HistorySaveStyle As HistorySaveStyle