summaryrefslogblamecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/ExtendedAttributeType.php
blob: 5f3d4386f52e9b992cfc4ce5835028f2645e5e86 (plain) (tree)

































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

namespace jamesiarmes\PhpEws\Type;

use jamesiarmes\PhpEws\Type;

/**
 * Internal use only.
 *
 * @package php-ews\Type
 */
class ExtendedAttributeType extends Type
{
    /**
     * Internal use only.
     *
     * @since Exchange 2013
     *
     * @var string
     */
    public $Name;

    /**
     * Internal use only.
     *
     * @since Exchange 2013
     *
     * @var string
     */
    public $Value;
}