The ExceptionFileColumnDelimiter property specifies the column delimiter in the exception file.
object.ExceptionFileColumnDelimiter [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | Column delimiter for the exception file |
String
Read/write
HRESULT GetExceptionFileColumnDelimiter(BSTR *pRetVal);
HRESULT SetExceptionFileColumnDelimiter(BSTR NewValue);
The default is "|".