WorkflowCompilerParameters::UserCodeCompileUnits Property

 

Gets or sets the collection of code compile units which will be used in this invocation of the workflow compiler.

Namespace:   System.Workflow.ComponentModel.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
Return to top
Show: