ClearHistoryCommand.Newest 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.
Specifies whether new entries to be cleared or the default old ones.
public:
property System::Management::Automation::SwitchParameter Newest { System::Management::Automation::SwitchParameter get(); void set(System::Management::Automation::SwitchParameter value); };
public System.Management.Automation.SwitchParameter Newest { get; set; }
[System.Management.Automation.Parameter(HelpMessage="Specifies whether new entries to be cleared or the default old ones.", Mandatory=false)]
public System.Management.Automation.SwitchParameter Newest { get; set; }
member this.Newest : System.Management.Automation.SwitchParameter with get, set
[<System.Management.Automation.Parameter(HelpMessage="Specifies whether new entries to be cleared or the default old ones.", Mandatory=false)>]
member this.Newest : System.Management.Automation.SwitchParameter with get, set
Public Property Newest As SwitchParameter
Property Value
- Attributes