WorkflowCompilerParameters::UserCodeCompileUnits Property
.NET Framework (current version)
Gets or sets the collection of code compile units which will be used in this invocation of the workflow compiler.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
public: property IList<CodeCompileUnit^>^ UserCodeCompileUnits { IList<CodeCompileUnit^>^ get(); }
Property Value
Type: System.Collections.Generic::IList<CodeCompileUnit^>^The collection of code compile units which will be used in this invocation of the workflow compiler.
.NET Framework
Available since 3.0
Available since 3.0
Show: