The AppAllowDebugging property specifies whether ASP debugging is enabled on the server. This property is independent of the
Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property AppAllowDebugging As Boolean |
C# |
---|
public bool AppAllowDebugging { get; set; } |
C++ |
---|
public property bool AppAllowDebugging sealed { bool get(); void set(bool value); } |
J# |
---|
/** property */ public bool get_AppAllowDebugging(); /** property */ public void set_AppAllowDebugging(bool value); |
JScript |
---|
public function get AppAllowDebugging() : bool public function set AppAllowDebugging(value : bool); |
Property Value
Value indicating if AppAllowDebugging is enabled or disabled.
See Also
Documentation version 1.0.0.0.