Diane Dopson Properties Query Arguments

<?php
return array(
  "post_type" => "property",
  "post_status" => "publish",
  "orderby" => "meta_value_num",
  "meta_key" => "price_no_formatting",
  "order" => "DESC",
  "posts_per_page" => 20
);