LineWrappingTextWriterNewLine Property
Gets or sets the line terminator string used by the current TextWriter.
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.1.0+9df03b6173b5fc9d44dc39638758964dd7a0f4c7
public override string NewLine { get; set; }
Public Overrides Property NewLine As String
	Get
	Set
Dim instance As LineWrappingTextWriter
Dim value As String
value = instance.NewLine
instance.NewLine = value
public:
virtual property String^ NewLine {
	String^ get () override;
	void set (String^ value) override;
}
 String
            The line terminator string use by the 
BaseWriter.
            
StringThe line terminator string for the current 
TextWriter.