// Get the value of the property. DefaultDesignTypeOptions propertyValue = fusionProductPreferences_var->defaultDesignType();
// Set the value of the property, where value_var is a DefaultDesignTypeOptions. bool returnValue = fusionProductPreferences_var->defaultDesignType(value_var);