WorkflowCompilerParameters.LanguageToUse Property

Definition

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

public:
 property System::String ^ LanguageToUse { System::String ^ get(); void set(System::String ^ value); };
public string LanguageToUse { get; set; }
member this.LanguageToUse : string with get, set
Public Property LanguageToUse As String

Property Value

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

Applies to