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!

Trace.IndentSize

Gets or sets the number of spaces in an indent.

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

Property Value

The number of spaces in an indent.

Remarks

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

See Also

Trace Class | Trace Members | System.Diagnostics Namespace | Debug | Trace | BooleanSwitch | TraceSwitch | TraceListener | DefaultTraceListener | ConditionalAttribute