_propDict)) { return $this->_propDict["isActive"]; } else { return null; } } /** * Sets the isActive * Indicates whether the predefined value is active or deactivated. If set to false, this predefined value can't be assigned to any other supported directory objects. * * @param bool $val The isActive * * @return AllowedValue */ public function setIsActive($val) { $this->_propDict["isActive"] = boolval($val); return $this; } }