The AspBufferingOn property specifies whether output from an ASP application will be buffered.
Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property AspBufferingOn As Boolean |
| C# |
|---|
| public bool AspBufferingOn { get; set; } |
| C++ |
|---|
| public property bool AspBufferingOn sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** property */ public bool get_AspBufferingOn(); /** property */ public void set_AspBufferingOn(bool value); |
| JScript |
|---|
| public function get AspBufferingOn() : bool public function set AspBufferingOn(value : bool); |
Property Value
Value indicating if the AspBufferingOn is enabled or disabled.
See Also
Documentation version 1.0.0.0.