Edit

Share via


WorkflowCompilerParameters.GenerateCodeCompileUnitOnly Property

Definition

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

public bool GenerateCodeCompileUnitOnly { get; set; }

Property Value

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.

Applies to