WorkflowCompilerParameters.LanguageToUse 属性

定义

获取或设置一个字符串,该字符串包含在编译 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

属性值

String

一个字符串,该字符串包含在编译 CodeCompileUnit 中要使用的语言。

适用于