The OrphanActionExe property specifies an executable to run when the World Wide Web Publishing Service (WWW service) orphans a worker process. You can use the
Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property OrphanActionExe As String |
| C# |
|---|
| public string OrphanActionExe { get; set; } |
| C++ |
|---|
| public property string OrphanActionExe sealed { String get(); void set(String value); } |
| J# |
|---|
| /** property */ public string get_OrphanActionExe(); /** property */ public void set_OrphanActionExe(string value); |
| JScript |
|---|
| public function get OrphanActionExe() : String public function set OrphanActionExe(value : String); |
Property Value
The value for the orphan action executable.
See Also
Documentation version 1.0.0.0.