Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a value indicating whether the compiler enforces strict type semantics to restrict implicit type conversions.
public:
bool SetOptionStrict(bool optionStrict);
public bool SetOptionStrict(bool optionStrict);
abstract member SetOptionStrict : bool -> bool
Public Function SetOptionStrict (optionStrict As Boolean) As Boolean
true
to enforce strict type semantics to restrict implicit type conversions; otherwise, false
.
true
if the method was successful; otherwise, false
.
Please sign in to use this experience.
Sign in