Share via


GetDate.DisplayHint Property

Definition

Provides access to the DisplayHint parameter.

public:
 property System::Activities::InArgument<Microsoft::PowerShell::Commands::DisplayHintType> ^ DisplayHint { System::Activities::InArgument<Microsoft::PowerShell::Commands::DisplayHintType> ^ get(); void set(System::Activities::InArgument<Microsoft::PowerShell::Commands::DisplayHintType> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<Microsoft.PowerShell.Commands.DisplayHintType> DisplayHint { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.DisplayHint : System.Activities.InArgument<Microsoft.PowerShell.Commands.DisplayHintType> with get, set
Public Property DisplayHint As InArgument(Of DisplayHintType)

Property Value

Attributes

Applies to