True if the output should be redirected to console. Good if you like the metrics to be stored with your build logs.
Namespace: MSBuildCodeMetrics.TasksAssembly: MSBuildCodeMetrics.Tasks (in MSBuildCodeMetrics.Tasks.dll) Version: 0.0.0.0
public bool ShowConsoleOutput { get; set; }
public bool ShowConsoleOutput { get; set; }
Public Property ShowConsoleOutput As Boolean
Get
Set
Public Property ShowConsoleOutput As Boolean
Get
Set
public:
property bool ShowConsoleOutput {
bool get ();
void set (bool value);
}
public:
property bool ShowConsoleOutput {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean