HostInformationMessage.NoNewLine Property

Definition

'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)

Property Value

Applies to