# File lib_ctrl/rucy/properties.rb, line 35
    def mc_set(mc)
      @store['modified_count'] = 0 unless @store['modified_count']
      mc.modified_count = @store['modified_count']
      nil
    end