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
























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

namespace jamesiarmes\PhpEws\Type;

use \jamesiarmes\PhpEws\Type;

/**
 * Defines a set of dictionary property entries for a user configuration object.
 *
 * @package php-ews\Type
 */
class UserConfigurationDictionaryType extends Type
{
    /**
     * Specifies the contents of a single dictionary entry property.
     *
     * @since Exchange 2010
     *
     * @var \jamesiarmes\PhpEws\Type\UserConfigurationDictionaryEntryType[]
     */
    public $DictionaryEntry = array();
}