summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/ArrayType/ArrayOfContextProperty.php
blob: ebafb93dffb6cc104b1b20e8305a321a56d932dc (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\ArrayOfContextProperty.
 */

namespace jamesiarmes\PhpEws\ArrayType;

use \jamesiarmes\PhpEws\ArrayType;

/**
 * Defines a set of context properties for an item.
 *
 * @package php-ews\Array
 */
class ArrayOfContextProperty extends ArrayType
{
    /**
     * Specifies the context of an item.
     *
     * @since Exchange 2016
     *
     * @var \jamesiarmes\PhpEws\Type\ContextPropertyType[]
     */
    public $ContextProperty = array();
}