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

namespace jamesiarmes\PhpEws\Type;

/**
 * Identifies frequently referenced properties by URI.
 *
 * @package php-ews\Type
 */
class PathToUnindexedFieldType extends BasePathToElementType
{
    /**
     * Identifies the URI of the property.
     *
     * @since Exchange 2007
     *
     * @var string
     *
     * @see \jamesiarmes\PhpEws\Enumeration\UnindexedFieldURIType
     */
    public $FieldURI;
}