This documentation is archived and is not being maintained.
TraceListener.NeedIndent Property
.NET Framework 1.1
Gets or sets a value indicating whether to indent the output.
[Visual Basic] Protected Property NeedIndent As Boolean [C#] protected bool NeedIndent {get; set;} [C++] protected: __property bool get_NeedIndent(); protected: __property void set_NeedIndent(bool); [JScript] protected function get NeedIndent() : Boolean; protected function set NeedIndent(Boolean);
Property Value
true if the output should be indented; otherwise, false.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
See Also
TraceListener Class | TraceListener Members | System.Diagnostics Namespace | TraceListener | DefaultTraceListener | EventLogTraceListener | TextWriterTraceListener | Debug | Trace
Show: