WorkflowCompilerResults.CompiledUnit Property

Definition

Gets the CodeCompileUnit that was produced during compilation of the workflow.

public:
 property System::CodeDom::CodeCompileUnit ^ CompiledUnit { System::CodeDom::CodeCompileUnit ^ get(); };
public System.CodeDom.CodeCompileUnit CompiledUnit { get; }
member this.CompiledUnit : System.CodeDom.CodeCompileUnit
Public ReadOnly Property CompiledUnit As CodeCompileUnit

Property Value

The CodeCompileUnit associated with this instance.

Applies to