WorkflowCompilerOptionsService.Language Property

Definition

Gets the name of the programming language used by the environment.

public:
 virtual property System::String ^ Language { System::String ^ get(); };
public virtual string Language { get; }
member this.Language : string
Public Overridable ReadOnly Property Language As String

Property Value

The name of the programming language used by the workflow compiler.

Implements

Remarks

The default implementation returns CSharp.

Applies to