ReadHostCommand.Prompt Property

Definition

The objects to display on the host before collecting input.

public:
 property System::Object ^ Prompt { System::Object ^ get(); void set(System::Object ^ value); };
public:
 property Platform::Object ^ Prompt { Platform::Object ^ get(); void set(Platform::Object ^ value); };
public object Prompt { get; set; }
[System.Management.Automation.AllowNull]
[System.Management.Automation.Parameter(Position=0, ValueFromRemainingArguments=true)]
public object Prompt { get; set; }
member this.Prompt : obj with get, set
[<System.Management.Automation.AllowNull>]
[<System.Management.Automation.Parameter(Position=0, ValueFromRemainingArguments=true)>]
member this.Prompt : obj with get, set
Public Property Prompt As Object

Property Value

Attributes

Applies to