Can ‘Custom Field’ data be inserted into this Short Code?

try creating the string first:

    <?php 
    $shortcode="[jj-ngg-jquery-slider title="Property" gallery="".get_post_meta($post ->ID, 'Image_Gallery', true).'" effect="fade" html_id="about-slider" width="400" height="300"]';
    echo do_shortcode($shortcode); 
    ?>