Includes a summary report with the informational messages returned by FxCopCmd.
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property IncludeSummaryReport As Boolean |
| C# |
|---|
| public bool IncludeSummaryReport { get; set; } |
| C++ |
|---|
| public property bool IncludeSummaryReport sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** property */ public bool get_IncludeSummaryReport(); /** property */ public void set_IncludeSummaryReport(bool value); |
| JScript |
|---|
| public function get IncludeSummaryReport() : bool public function set IncludeSummaryReport(value : bool); |
See Also
Documentation version 1.0.0.0.