Share via


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

属性值

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

属性

注解

当编程语言列表包含多种语言时,该列表以分号分隔。

适用于