namespaceAware property

bool namespaceAware
getter/setter pair

Indicates if the namespace should be appended to the key

By default, is set to true which implies the namespace is appended key

For reserved key's, namespaceAware is set to false to ignore the namespace appending to key

Implementation

bool namespaceAware = true;