Returns display name of the user. (i.e. the name that shows up in the Fusion UI)
# Get the value of the property.propertyValue = user_var.displayName
#include <Core/Application/User.h>// Get the value of the property.string propertyValue = user_var->displayName();