This property specifies whether process accounting and throttling should be performed for ISAPI extensions and ASP applications. To perform process accounting on CGI applications, use the property
Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property CpuAppEnabled As Boolean |
C# |
---|
public bool CpuAppEnabled { get; set; } |
C++ |
---|
public property bool CpuAppEnabled sealed { bool get(); void set(bool value); } |
J# |
---|
/** property */ public bool get_CpuAppEnabled(); /** property */ public void set_CpuAppEnabled(bool value); |
JScript |
---|
public function get CpuAppEnabled() : bool public function set CpuAppEnabled(value : bool); |
Property Value
Value indicating if CpuAppEnabled is enabled or disabled.
See Also
Documentation version 1.0.0.0.