Provides access to all of the application preferences.
# Get the value of the property.propertyValue = application_var.preferences
#include <Core/Application/Application.h>// Get the value of the property.Ptr<Preferences> propertyValue = application_var->preferences();