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