summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/ArrayType/NonEmptyArrayOfExtendedFieldURIs.php
blob: c250edaecd2554e599a537a3dd0610e29c8b1709 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?php
/**
 * Contains \jamesiarmes\PhpEws\ArrayType\NonEmptyArrayOfExtendedFieldURIs.
 */

namespace jamesiarmes\PhpEws\ArrayType;

use \jamesiarmes\PhpEws\ArrayType;

/**
 * Defines the extended properties used for a request.
 *
 * @package php-ews\Array
 */
class NonEmptyArrayOfExtendedFieldURIs extends ArrayType
{
    /**
     * Specifies an extended property for the Unified Contact Store.
     *
     * @since Exchange 2013
     *
     * @var \jamesiarmes\PhpEws\Type\PathToExtendedFieldType[]
     */
    public $ExtendedProperty = array();
}