WorkflowCompilerParameters::GenerateCodeCompileUnitOnly Property

 

Gets or sets a value which indicates whether to generate only a CodeCompileUnit, or to call the C# or Visual Basic compiler to generate the executable or DLL.

Namespace:   System.Workflow.ComponentModel.Compiler
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

public:
property bool GenerateCodeCompileUnitOnly {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

A value which indicates whether to generate only a CodeCompileUnit , or to call the C# or Visual Basic compiler to generate the executable or DLL.

.NET Framework
Available since 3.0
Return to top
Show: