IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

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

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]