Share via


WorkflowCompilerParameters.CompilerOptions プロパティ

定義

このコンパイルのコマンド ライン オプションを表す文字列を取得または設定します。

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

プロパティ値

このコンパイルのコマンド ライン オプションを表す文字列。

適用対象