Returns the user name of the Autodesk account currently logged in.
# Get the value of the property.propertyValue = application_var.userName
#include <Core/Application/Application.h>// Get the value of the property.string propertyValue = application_var->userName();