NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

6.1.2 Strict type checking

The Option Strict directive determines whether conversions and operations on Object are governed by "strict" or "permissive" type semantics. The directive may be followed by the keywords On or Off, if the On/Off keywords are omitted, then On is assumed. If no directive is specified in a file, then the compilation environment determines which will be used. Strict and permissive semantics are covered in more detail in the Conversions and Operators chapters.

OptionStrictDirective ::= Option Strict [ OnOff ] LineTerminator