Share via


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

屬性值

包含編譯 CodeCompileUnit 時使用之語言的字串。

適用於