共用方式為


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

屬性值

String

包含這個編譯之命令列選項的字串。

適用於