Compiler.Type プロパティ

定義

動的コンパイル ファイルの言語プロバイダーのコンパイラ型名を取得します。

public:
 property System::String ^ Type { System::String ^ get(); };
[System.Configuration.ConfigurationProperty("type", DefaultValue="", IsRequired=true)]
public string Type { get; }
[<System.Configuration.ConfigurationProperty("type", DefaultValue="", IsRequired=true)>]
member this.Type : string
Public ReadOnly Property Type As String

プロパティ値

動的コンパイル ファイルで使用する言語コンパイラの型名を指定する値。

属性

注釈

プロバイダーの実装を含むアセンブリの名前を含む、言語プロバイダーの型名を指定します。

適用対象