summaryrefslogblamecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/ConflictResultsType.php
blob: 9f07e942ae32ecbe136e62543f6d5dbe679d811d (plain) (tree)
























                                                                            
<?php
/**
 * Contains \jamesiarmes\PhpEws\Type\ConflictResultsType.
 */

namespace jamesiarmes\PhpEws\Type;

use \jamesiarmes\PhpEws\Type;

/**
 * Indicates the number of conflicts in an UpdateItem Operation response.
 *
 * @package php-ews\Type
 */
class ConflictResultsType extends Type
{
    /**
     * Contains the number of conflicts in an UpdateItem Operation response.
     *
     * @since Exchange 2007
     *
     * @var integer
     */
    public $Count;
}