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

指定程序集的后续处理编译步骤的字符串值。

属性

适用于