SetDateCommand.DisplayHint 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.
This option determines the default output format used to display the object set-date emits.
public:
property Microsoft::PowerShell::Commands::DisplayHintType DisplayHint { Microsoft::PowerShell::Commands::DisplayHintType get(); void set(Microsoft::PowerShell::Commands::DisplayHintType value); };
public:
property Microsoft::PowerShell::Commands::DisplayHintType DisplayHint { Microsoft::PowerShell::Commands::DisplayHintType get(); void set(Microsoft::PowerShell::Commands::DisplayHintType value); };
public Microsoft.PowerShell.Commands.DisplayHintType DisplayHint { get; set; }
[System.Management.Automation.Parameter]
public Microsoft.PowerShell.Commands.DisplayHintType DisplayHint { get; set; }
member this.DisplayHint : Microsoft.PowerShell.Commands.DisplayHintType with get, set
[<System.Management.Automation.Parameter>]
member this.DisplayHint : Microsoft.PowerShell.Commands.DisplayHintType with get, set
Public Property DisplayHint As DisplayHintType
Property Value
- Attributes