ManagedCompiler.ReportAnalyzer Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets the report analyzer.

Namespace:  Microsoft.Build.Tasks
Assembly:  Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.dll)

Syntax

'Declaration
Public Property ReportAnalyzer As Boolean
public bool ReportAnalyzer { get; set; }
public:
property bool ReportAnalyzer {
    bool get ();
    void set (bool value);
}
member ReportAnalyzer : bool with get, set
function get ReportAnalyzer () : boolean 
function set ReportAnalyzer (value : boolean)

Property Value

Type: System.Boolean
The name of the report analyzer.

Remarks

Introduced in Visual Studio 2015.

.NET Framework Security

See Also

Reference

ManagedCompiler Class

Microsoft.Build.Tasks Namespace