summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/ArrayType/ArrayOfServiceConfigurationType.php
blob: 76c0cf820f00abe78abc48540ed59e7a20a26c68 (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
26
27
<?php
/**
 * Contains \jamesiarmes\PhpEws\ArrayType\ArrayOfServiceConfigurationType.
 */

namespace jamesiarmes\PhpEws\ArrayType;

use \jamesiarmes\PhpEws\ArrayType;

/**
 * Represents service configurations.
 *
 * @package php-ews\Array
 */
class ArrayOfServiceConfigurationType extends ArrayType
{
    /**
     * Specifies the requested service configurations by name.
     *
     * @since Exchange 2010
     *
     * @var string[]
     *
     * @see \jamesiarmes\PhpEws\Enumeration\ServiceConfigurationType[]
     */
    public $ConfigurationName = array();
}