HostInformationMessage.NoNewLine 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.
'True' if the host should not append a NewLine to the message output.
public:
property Nullable<bool> NoNewLine { Nullable<bool> get(); void set(Nullable<bool> value); };
public bool? NoNewLine { get; set; }
member this.NoNewLine : Nullable<bool> with get, set
Public Property NoNewLine As Nullable(Of Boolean)