次の方法で共有


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

アセンブリのポスト プロセス コンパイル手順を指定する文字列値。

属性

適用対象