Conditionally Add Argument to Query

<?php
if( enter-if-statement-here ) {
  $args['property'] = 'value';
}