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



































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

namespace jamesiarmes\PhpEws\Type;

/**
 * Identifies individual members of a dictionary.
 *
 * @package php-ews\Type
 */
class PathToIndexedFieldType extends BasePathToElementType
{
    /**
     * Identifies the member of the dictionary to return.
     *
     * This attribute is required.
     *
     * @since Exchange 2007
     *
     * @var string
     */
    public $FieldIndex;

    /**
     * FieldURI property
     *
     * @since Exchange 2007
     *
     * @var string
     *
     * @see \jamesiarmes\PhpEws\Enumeration\DictionaryURIType
     */
    public $FieldURI;
}