# File lib/rbvmomi/basic_types.rb, line 44
    def find_prop_desc name
      full_props_desc.find { |x| x['name'] == name.to_s }
    end