namespace property

String? namespace
getter/setter pair

The namespace for the key.

This is usually a class name or programming language namespace (i.e. python module) which defines the display data. This allows a dax monitoring system to specially handle the data and perform custom rendering.

Implementation

core.String? namespace;