WorkflowCompilerParameters::CompilerOptions Property

 

Gets or sets a string that contains command-line options for this compilation.

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

public:
property String^ CompilerOptions {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A string that contains command-line options for this compilation.

.NET Framework
Available since 3.0
Return to top
Show: