[]
Gets or sets a value indicating whether the parameter is intended to accept multiline values.
public bool Multiline { get; set; }
A bool value where true indicates that the parameter is intended to accept multiline values; otherwise, false. The default value is false.
true
false