Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

FileLogTraceListener::Delimiter Property

 

Gets or sets the delimiter used to delimit fields within a log message.

Namespace:   Microsoft.VisualBasic.Logging
Assembly:  Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)

public:
property String^ Delimiter {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

String, which is the delimiter used for fields within a log message. The default setting for this property is the TAB character.

The Delimiter property allows you to change the default delimiter.

.NET Framework
Available since 2.0
Return to top
Show: