StaticContextSettings.TypeCheckingMode PropertyStaticContextSettings.TypeCheckingMode PropertyStaticContextSettings::TypeCheckingMode Property

Gets or sets a value indicating the type checking mode to be used during compilation.

Syntax

Public Property TypeCheckingMode As TypeCheckingMode
        Get
        Set(ByVal value As TypeCheckingMode)
public TypeCheckingMode TypeCheckingMode { get; set; }
public:
property TypeCheckingMode TypeCheckingMode {
    TypeCheckingMode get();
    void set(TypeCheckingMode value);
}
 

Remarks

By default this is set to OptimisticOptimisticOptimistic.