CodeMetrics ShowConsoleOutput Property MSBuildCodeMetrics
True if the output should be redirected to console. Good if you like the metrics to be stored with your build logs.

Namespace: MSBuildCodeMetrics.Tasks
Assembly: MSBuildCodeMetrics.Tasks (in MSBuildCodeMetrics.Tasks.dll) Version: 0.1.4894.24375
Syntax

public bool ShowConsoleOutput { get; set; }

Property Value

Type: OnlineBoolean
See Also