Gets or sets the line break value.

Namespace: Composite.Core.IO.Plugins.IOProvider
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
string NewLine { get; set; }
Visual Basic
Property NewLine As String
	Get
	Set
Visual C++
property String^ NewLine {
	String^ get ();
	void set (String^ value);
}

See Also