SignalRCmdletBottom.PromptParameter Method
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.
protected void PromptParameter (string name, object value, bool check = false, object defaultValue = default, string prompt = "(by default)");
member this.PromptParameter : string * obj * bool * obj * string -> unit
Protected Sub PromptParameter (name As String, value As Object, Optional check As Boolean = false, Optional defaultValue As Object = Nothing, Optional prompt As String = "(by default)")
Parameters
- name
- String
- value
- Object
- check
- Boolean
- defaultValue
- Object
- prompt
- String