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

























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

namespace jamesiarmes\PhpEws\Type;

use \jamesiarmes\PhpEws\Type;

/**
 * Specifies an argument to be passed to an action.
 *
 * @package php-ews\Type
 */
class ProtectionRuleArgumentType extends Type
{
    /**
     * A non-empty string value that represents the value of an argument to the
     * action part of a protection rule.
     *
     * @since Exchange 2010
     *
     * @var string
     */
    public $Value;
}