Gets or sets the Visual Basic strict compile option.
Syntax
[System.Configuration.ConfigurationProperty("strict", DefaultValue="False")] public boolStrict { 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.