The PingingEnabled property specifies whether the World Wide Web Publishing Service (WWW Service) should periodically monitor the health of a worker process. Setting the value of this property to true indicates to the WWW service to monitor the worker processes to ensure that the they are running and healthy.
Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property PingingEnabled As Boolean |
| C# |
|---|
| public bool PingingEnabled { get; set; } |
| C++ |
|---|
| public property bool PingingEnabled sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** property */ public bool get_PingingEnabled(); /** property */ public void set_PingingEnabled(bool value); |
| JScript |
|---|
| public function get PingingEnabled() : bool public function set PingingEnabled(value : bool); |
Property Value
Value indicating if pinging is enabled or disabled.
See Also
Documentation version 1.0.0.0.