System.Web.Configuration.CompilationSection.DefaultLanguage Property

Gets or sets the default programming language to use in dynamic-compilation files.

Syntax

[System.Configuration.ConfigurationProperty("defaultLanguage", DefaultValue="vb")]
public string DefaultLanguage { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Specifies the default programming language, such as C# or VB.NET, to use in dynamic compilation files. Language names are defined using the system.codedom section. The default programming language is vb, which specifies VB.NET as the default programming language.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0