Compiler.Language 属性

定义

获取在动态编译文件中使用的编程语言列表。

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

属性值

一个值,该值指定要在动态编译文件中使用的编程语言。

属性

注解

当编程语言列表包含多个语言时,列表是分号分隔的。

适用于