Returns the user name associated with this user's Autodesk account
# Get the value of the property.propertyValue = user_var.userName
#include <Core/Application/User.h>// Get the value of the property.string propertyValue = user_var->userName();