The ExceptionFileRowDelimiter property specifies the row delimiter for the data in the exception file.
object.ExceptionFileRowDelimiter [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | Exception file row delimiter |
String
Read/write
HRESULT GetExceptionFileRowDelimiter(BSTR *pRetVal);
HRESULT SetExceptionFileRowDelimiter(BSTR NewValue);
The default is carriage return/line feed (CR/LF).