WorkflowCompilerParameters::LanguageToUse Property

 

Gets or sets a string which contains the language to use in compilation of the CodeCompileUnit.

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

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

Property Value

Type: System::String^

A string which contains the language to use in compilation of the CodeCompileUnit.

.NET Framework
Available since 3.0
Return to top
Show: