다음을 통해 공유


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

이 컴파일에 대한 명령줄 옵션을 포함하는 문자열입니다.

적용 대상