Query.EnableStaticTyping PropertyQuery.EnableStaticTyping PropertyQuery::EnableStaticTyping Property

Optional boolBooleanbool parameter.

Specifies whether the static typing feature is enabled.

Syntax

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

Property Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue to enable static typing; otherwise falseFalsefalse.

Remarks

By default, the static typing feature is disabled.