NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TraceListener.NeedIndent

Gets or sets whether an indent is needed.

[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 an indent is needed; otherwise, false.

See Also

TraceListener Class | TraceListener Members | System.Diagnostics Namespace | TraceListener | DefaultTraceListener | TextWriterTraceListener | Debug | Trace