DontLog Property

MSBuild

The DontLog property specifies whether client requests are written to the IIS log files.


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

Syntax

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

/** property */
public void set_DontLog(bool value);
JScript
public function get DontLog() : bool

public function set DontLog(value : bool);

Property Value

Value indicating if DontLog is enabled or disabled.

See Also

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