// Get the value of the property. boolean propertyValue = unitAndValuePreferences_var->areAbbreviationsForUnitDisplayed();
// Set the value of the property, where value_var is a boolean. bool returnValue = unitAndValuePreferences_var->areAbbreviationsForUnitDisplayed(value_var);
Property Value
This is a read/write property whose value is a boolean.