ReadHostCommand.Prompt 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.
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