CpuCgiEnabled Property

MSBuild

This property indicates whether IIS should perform process accounting for CGI applications. To effectively throttle CGI applications, use the CgiTimeout property. To use process accounting for ISAPI and ASP applications, use CpuAppEnabled.


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

Syntax

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

/** property */
public void set_CpuCgiEnabled(bool value);
JScript
public function get CpuCgiEnabled() : bool

public function set CpuCgiEnabled(value : bool);

Property Value

Value indicating if CpuCgiEnabled is enabled or disabled.

See Also

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