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.IndentSize

Gets or sets the number of spaces in an indent.

[Visual Basic]
Public Property IndentSize As Integer
[C#]
public int IndentSize {get; set;}
[C++]
public: __property int get_IndentSize();
public: __property void set_IndentSize(int);
[JScript]
public function get IndentSize() : int;
public function set IndentSize(int);

Property Value

The number of spaces in an indent.

Remarks

Default is four (4) spaces. The property is stored on per-thread/per-request basis.

See Also

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