Compiler.CompilerOptions Property
.NET Framework (current version)
Gets a list of compiler-specific options to use during compilation.
Assembly: System.Web (in System.Web.dll)
[<ConfigurationPropertyAttribute("compilerOptions", DefaultValue = "")>] member CompilerOptions : string with get
Property Value
Type: System.StringA value specifying the compiler-specific options to use during compilation. This is not a merged set but rather overrides any previously defined values in earlier configuration entries.
.NET Framework
Available since 2.0
Available since 2.0
Show: