System.Web.Configuration.CompilationSection.Explicit Property

Gets or sets a value indicating whether to use the Microsoft Visual Basic explicit compile option.

Syntax

[System.Configuration.ConfigurationProperty("explicit", DefaultValue="True")]
public bool Explicit { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

This property specifies the setting of the Microsoft Visual Basic explicit compile option. When set to true, the Visual Basic explicit compile option is enabled. When the option is enabled, all variables must be explicitly declared using a Dim, Private, Public, or ReDim statement. The default is true.

Requirements

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