Returns the version of the hub.
# Get the value of the property.propertyValue = dataHub_var.version
#include <Core/Dashboard/DataHub.h>// Get the value of the property.string propertyValue = dataHub_var->version();
// Get the value of the property.propertyValue = dataHub_var.version;