ManagedCompiler.ErrorLog Property

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

Gets the error log.

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

Syntax

'Declaration
Public Property ErrorLog As String
public string ErrorLog { get; set; }
public:
property String^ ErrorLog {
    String^ get ();
    void set (String^ value);
}
member ErrorLog : string with get, set
function get ErrorLog () : String 
function set ErrorLog (value : String)

Property Value

Type: System.String
The name of the error log.

Remarks

Introduced in Visual Studio 2015.

.NET Framework Security

See Also

Reference

ManagedCompiler Class

Microsoft.Build.Tasks Namespace