System.Web.Configuration.CompilationSection.Strict Property

Gets or sets the Visual Basic strict compile option.

Syntax

[System.Configuration.ConfigurationProperty("strict", DefaultValue="False")]
public bool Strict { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

When true, compilation explicitly disallows any data-type conversions in which data loss would occur, and any conversion between numeric types and strings.

Requirements

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