# File lib/ole/types/property_set.rb, line 126
      def [] key
        pair = PROPERTY_MAP[key.to_s] or return nil
        section = @sections.find { |s| s.guid == pair.first } or return nil
        section[pair.last]
      end