Gets or sets the global indent level.
Namespace: CleanCode.DiagnosticsAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
int GlobalIndentLevel { get; set; }
int GlobalIndentLevel { get; set; }
Property GlobalIndentLevel As Integer
Get
Set
Property GlobalIndentLevel As Integer
Get
Set
property int GlobalIndentLevel {
int get ();
void set (int value);
}
property int GlobalIndentLevel {
int get ();
void set (int value);
}
Field Value
The global indent level.
Consumers of a TraceListener that implements this interface should
use the GlobalIndentLevel property instead of the IndentLevel property
when adjusting the indentation.
This will let all such listeners honor the same indentation
instead of being independent.
According to MSDN documentation,
"[the IndentLevel] property is stored on per-thread/per-request basis".