다음을 통해 공유


CompilationSection.AssemblyPostProcessorType 속성

정의

어셈블리의 후처리 컴파일 단계를 지정하는 값을 가져오거나 설정합니다.

public:
 property System::String ^ AssemblyPostProcessorType { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("assemblyPostProcessorType", DefaultValue="")]
public string AssemblyPostProcessorType { get; set; }
[<System.Configuration.ConfigurationProperty("assemblyPostProcessorType", DefaultValue="")>]
member this.AssemblyPostProcessorType : string with get, set
Public Property AssemblyPostProcessorType As String

속성 값

String

어셈블리의 후처리 컴파일 단계를 지정하는 문자열 값입니다.

특성

적용 대상