ErrEOL Property
Used to break the stderr data stream into chunks separated by its value.
Syntax
[VB.NET] Public Property ErrEOL As String Public Property ErrEOLB As Byte()
[C#] public string ErrEOL {get; set;} public byte[] ErrEOLB {get; set;}
Remarks
The ErrEOL property is used to define boundaries in the Stderr stream using the value of the property.
This property is not available at design time.
Default Value
"ASCII code 10 (newline)"