Query.EnableStaticTyping PropertyQuery.EnableStaticTyping PropertyQuery::EnableStaticTyping Property
- XmlPrime 2.0
- Other Versions ▼
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);
}