ICscHostObject5.SetErrorLog Method

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

Syntax

'Declaration
Function SetErrorLog ( _
    errorLogFile As String _
) As Boolean
bool SetErrorLog(
    string errorLogFile
)
bool SetErrorLog(
    String^ errorLogFile
)
abstract SetErrorLog : 
        errorLogFile:string -> bool
function SetErrorLog(
    errorLogFile : String
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ICscHostObject5 Interface

Microsoft.Build.Tasks.Hosting Namespace