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のコンパイルで使用する言語を含む文字列。

適用対象