Controls code generation for this Web Service Task, so that a heavily modified task modules can be removed from code merge requirements.
Value |
Meaning |
Module_And_ASMX_Region |
Generate the module for the task as well as the method(s) inside the asmx.cs taskmodule that call the actions in this task. |
Tasks_Module_Only |
Do not generate the asmx.cs module section for this task, but generate the task's .cs module for this task's class. |
ASMX_Region_Only |
Generate only the asmx.cs module section for this task; do not generate the task's .cs module. |
Hold_Generation |
Do not generate any code for this task |