AspErrorsToNTLog Property

MSBuild

The AspErrorsToNTLog property specifies which ASP errors are written to the Windows event log. ASP errors are written to the client browser and to the IIS log files by default.


Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public Property AspErrorsToNTLog As Boolean
C#
public bool AspErrorsToNTLog { get; set; }
C++
public property bool AspErrorsToNTLog sealed  {
    bool get();
    void set(bool value);
}
J#
/** property */
public bool get_AspErrorsToNTLog();

/** property */
public void set_AspErrorsToNTLog(bool value);
JScript
public function get AspErrorsToNTLog() : bool

public function set AspErrorsToNTLog(value : bool);

Property Value

Value indicating if AspErrorsToNTLog is enabled or disabled.

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.