summaryrefslogblamecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/ConstantValueType.php
blob: 8c41ac47ae7ffa225bfd0d2ead5e9798f2d62606 (plain) (tree)
























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

namespace jamesiarmes\PhpEws\Type;

use \jamesiarmes\PhpEws\Type;

/**
 * Identifies a constant value in a restriction.
 *
 * @package php-ews\Type
 */
class ConstantValueType extends Type
{
    /**
     * Specifies the value to compare in the restriction.
     *
     * @since Exchange 2007
     *
     * @var string
     */
    public $Value;
}